messageThreadId property
Optional. Unique identifier of a message thread or forum topic to which the message belongs; for supergroups and private chats only
Implementation
@JsonKey(name: 'message_thread_id')
int? get messageThreadId;
Optional. Unique identifier of a message thread or forum topic to which the message belongs; for supergroups and private chats only
@JsonKey(name: 'message_thread_id')
int? get messageThreadId;