Class TdApi.GetChatPinnedMessage

Enclosing class:
TdApi

public static class TdApi.GetChatPinnedMessage
extends TdApi.Function
Returns information about a newest pinned message in the chat.

Returns Message

  • Field Details

    • chatId

      public long chatId
      Identifier of the chat the message belongs to.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
      Constant Field Values
  • Constructor Details

    • GetChatPinnedMessage

      public GetChatPinnedMessage()
      Returns information about a newest pinned message in the chat.

      Returns Message

    • GetChatPinnedMessage

      public GetChatPinnedMessage​(long chatId)
      Returns information about a newest pinned message in the chat.

      Returns Message

      Parameters:
      chatId - long Identifier of the chat the message belongs to.
    • GetChatPinnedMessage

      public GetChatPinnedMessage​(DataInput input) throws IOException
      Throws:
      IOException
  • Method Details