public static class TdApi.GetChatPinnedMessage extends TdApi.Function
Returns Message
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Identifier of the chat the message belongs to.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
GetChatPinnedMessage()
Default constructor for a function, which returns information about a pinned chat message.
|
GetChatPinnedMessage(long chatId)
Creates a function, which returns information about a pinned chat message.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public static final int CONSTRUCTOR
public GetChatPinnedMessage()
Returns Message
public GetChatPinnedMessage(long chatId)
Returns Message
chatId
- Identifier of the chat the message belongs to.public int getConstructor()
getConstructor
in class TdApi.Function