Class TdApi.UpdateChatPosition

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateChatPosition
    extends TdApi.Update
    The position of a chat in a chat list has changed. Instead of this update updateChatLastMessage or updateChatDraftMessage might be sent.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • position

        public TdApi.ChatPosition position
        New chat position. If new order is 0, then the chat needs to be removed from the list.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • UpdateChatPosition

        public UpdateChatPosition()
        The position of a chat in a chat list has changed. Instead of this update updateChatLastMessage or updateChatDraftMessage might be sent.
      • UpdateChatPosition

        public UpdateChatPosition​(long chatId,
                                  TdApi.ChatPosition position)
        The position of a chat in a chat list has changed. Instead of this update updateChatLastMessage or updateChatDraftMessage might be sent.
        Parameters:
        chatId - Chat identifier.
        position - New chat position. If new order is 0, then the chat needs to be removed from the list.