chatId property

  1. @IDConverter()
  2. @JsonKey(name: 'chat_id')
ID? get chatId
inherited

If the message to be replied to is from a different chat, unique identifier for the chat or username of the channel (in the format @channelusername). Not supported for messages sent on behalf of a business account and messages from channel direct messages chats.

Implementation

@IDConverter()
@JsonKey(name: 'chat_id')
ID? get chatId;