Class TdApi.MessagePinMessage

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      long messageId
      Identifier of the pinned message, can be an identifier of a deleted message.
    • Constructor Summary

      Constructors 
      Constructor Description
      MessagePinMessage()
      Default constructor.
      MessagePinMessage​(long messageId)
      Constructor for initialization of all fields.
    • Field Detail

      • messageId

        public long messageId
        Identifier of the pinned message, can be an identifier of a deleted message.
      • CONSTRUCTOR

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

      • MessagePinMessage

        public MessagePinMessage()
        Default constructor.
      • MessagePinMessage

        public MessagePinMessage​(long messageId)
        Constructor for initialization of all fields.
        Parameters:
        messageId - Identifier of the pinned message, can be an identifier of a deleted message.