public static class TdApi.ClickChatSponsoredMessage extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier of the sponsored message.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
fromFullscreen
Pass true if the user expanded the video from the sponsored message fullscreen before the click.
|
boolean |
isMediaClick
Pass true if the media was clicked in the sponsored message.
|
long |
messageId
Identifier of the sponsored message.
|
| Constructor and Description |
|---|
ClickChatSponsoredMessage()
Default constructor for a function, which informs TDLib that the user opened the sponsored chat via the button, the name, the chat photo, a mention in the sponsored message text, or the media in the sponsored message.
|
ClickChatSponsoredMessage(long chatId,
long messageId,
boolean isMediaClick,
boolean fromFullscreen)
Creates a function, which informs TDLib that the user opened the sponsored chat via the button, the name, the chat photo, a mention in the sponsored message text, or the media in the sponsored message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public long messageId
public boolean isMediaClick
public boolean fromFullscreen
public static final int CONSTRUCTOR
public ClickChatSponsoredMessage()
Returns Ok
public ClickChatSponsoredMessage(long chatId,
long messageId,
boolean isMediaClick,
boolean fromFullscreen)
Returns Ok
chatId - Chat identifier of the sponsored message.messageId - Identifier of the sponsored message.isMediaClick - Pass true if the media was clicked in the sponsored message.fromFullscreen - Pass true if the user expanded the video from the sponsored message fullscreen before the click.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object