Class TdApi.UpdateMessageIsPinned

Enclosing class:
TdApi

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

    • 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:
  • Constructor Details

    • 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.
  • Method Details

    • getConstructor

      public int getConstructor()
      Description copied from class: TdApi.Object
      Returns an identifier uniquely determining type of the object.
      Specified by:
      getConstructor in class TdApi.Object
      Returns:
      this.CONSTRUCTOR