Type Alias: ForwardOrigin
ForwardOrigin =
object
Defined in: types.ts:126
Where a forwarded message originally came from.
Remarks
A forward does not have to reference a real message. Pass a contact id to
attribute it to a known contact, or a label for an unknown source.
Properties
at?
optionalat:number
Defined in: types.ts:130
Original timestamp, if the game wants to show one.
from
from:
string| {label:RichText; }
Defined in: types.ts:128
Contact id, or a free-form label for a source with no contact.
sourceChatId?
optionalsourceChatId:string
Defined in: types.ts:132
Chat the message was forwarded out of, when there is one.
sourceKey?
optionalsourceKey:string
Defined in: types.ts:134
Key of the original entry, when there is one.