conversationMessageId property

int? get conversationMessageId

The ID of the message in the conversation. It is not transmitted for conversation keyboards.

Implementation

int? get conversationMessageId => update.object['conversation_message_id'];