GetMessageThreadHistory.fromMap constructor
Implementation
GetMessageThreadHistory.fromMap(Map<String, dynamic> map) {
extra = map['@extra'];
client_id = map['@client_id'];
chat_id = map['chat_id'];
message_id = map['message_id'];
from_message_id = map['from_message_id'];
offset = map['offset'];
limit = map['limit'];
}