Class TdApi.UpdateMessageIsPinned

  • Enclosing class:
    TdApi

    public static class TdApi.UpdateMessageIsPinned
    extends TdApi.Update
    The message pinned state was changed.
    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • messageId

        public long messageId
        The message identifier.
      • isPinned

        public boolean isPinned
        True, if the message is pinned.
      • CONSTRUCTOR

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

      • UpdateMessageIsPinned

        public UpdateMessageIsPinned()
        The message pinned state was changed.
      • UpdateMessageIsPinned

        public UpdateMessageIsPinned​(long chatId,
                                     long messageId,
                                     boolean isPinned)
        The message pinned state was changed.
        Parameters:
        chatId - Chat identifier.
        messageId - The message identifier.
        isPinned - True, if the message is pinned.