Ask a question to get started
Enter to send•Shift+Enter new line
Update a message's data.
Only fields in _UPDATABLE_FIELDS may be updated. Unknown field names raise ValueError to catch typos early.
_UPDATABLE_FIELDS
ValueError
update_message( self, message_id: str, **updates: Any = {} ) -> bool
message_id
str
The ID of the message to update.
**updates
Any
{}
Fields to update.