MessageEditOptions
Interface representing the options for updating a message.
Props
payload
payload: null | UnknownObject[]
New payload of the message. If
null
or
undefined
, the message payload is not updated.
text
text: null | string
New text of the message, up to 5000 characters. If
null
or
undefined
, the message text is not updated.