chatId property
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).
Implementation
@IDConverter()
@JsonKey(name: 'chat_id')
ID? get chatId;
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).
@IDConverter()
@JsonKey(name: 'chat_id')
ID? get chatId;