Class TdApi.UpdateChatOrder

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateChatOrder
    extends TdApi.Update
    The order of the chat in the chats list has changed. Instead of this update updateChatLastMessage, updateChatIsPinned or updateChatDraftMessage might be sent.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      long chatId
      Chat identifier.
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      long order
      New value of the order.
    • Constructor Summary

      Constructors 
      Constructor Description
      UpdateChatOrder()
      Default constructor.
      UpdateChatOrder​(long chatId, long order)
      Constructor for initialization of all fields.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • order

        public long order
        New value of the order.
      • CONSTRUCTOR

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

      • UpdateChatOrder

        public UpdateChatOrder()
        Default constructor.
      • UpdateChatOrder

        public UpdateChatOrder​(long chatId,
                               long order)
        Constructor for initialization of all fields.
        Parameters:
        chatId - Chat identifier.
        order - New value of the order.