Module tdlight.api

Class TdApi.UpdateMessageIsPinned

Enclosing class:
TdApi

public static final 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
      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 - long Chat identifier.
      messageId - long The message identifier.
      isPinned - boolean True, if the message is pinned.
    • UpdateMessageIsPinned

      public UpdateMessageIsPinned(DataInput input) throws IOException
      The message pinned state was changed.
      Throws:
      IOException
  • Method Details