public static class TdApi.PageBlockChatLink extends TdApi.PageBlock
TdApi.PageBlock.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatPhoto |
photo
Chat photo; may be null.
|
java.lang.String |
title
Chat title.
|
java.lang.String |
username
Chat username, by which all other information about the chat should be resolved.
|
Constructor and Description |
---|
PageBlockChatLink()
A link to a chat.
|
PageBlockChatLink(java.lang.String title,
TdApi.ChatPhoto photo,
java.lang.String username)
A link to a chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String title
@Nullable public TdApi.ChatPhoto photo
public java.lang.String username
public static final int CONSTRUCTOR
public PageBlockChatLink()
public PageBlockChatLink(java.lang.String title, TdApi.ChatPhoto photo, java.lang.String username)
title
- Chat title.photo
- Chat photo; may be null.username
- Chat username, by which all other information about the chat should be resolved.public int getConstructor()
getConstructor
in class TdApi.PageBlock