UpdateChatPosition constructor
const
UpdateChatPosition({
- required int chatId,
- required ChatPosition position,
- dynamic extra,
- int? clientId,
The position of a chat in a chat list has changed. An updateChatLastMessage or updateChatDraftMessage update might be sent instead of the update
Implementation
const UpdateChatPosition({
required this.chatId,
required this.position,
this.extra,
this.clientId,
});