GetMessageThreadHistory constructor
const
GetMessageThreadHistory({})
Returns messages in a message thread of a message. Can be used only if message.can_get_message_thread == true. Message thread of a channel message is in the channel's linked supergroup.. The messages are returned in a reverse chronological order (i.e., in order of decreasing message_id). For optimal performance, the number of returned messages is chosen by TDLib
Implementation
const GetMessageThreadHistory({
required this.chatId,
required this.messageId,
required this.fromMessageId,
required this.offset,
required this.limit,
});