UpdateChatPosition constructor

UpdateChatPosition(
  1. {required int chat_id,
  2. required ChatPosition position,
  3. int? extra,
  4. 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

UpdateChatPosition