public static class TdApi.PageBlockChatLink extends TdApi.PageBlock
| Modifier and Type | Field and Description |
|---|---|
int |
accentColorId
Identifier of the accent color for chat title and background of chat photo.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.ChatPhotoInfo |
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 can be resolved.
|
| Constructor and Description |
|---|
PageBlockChatLink()
A link to a chat.
|
PageBlockChatLink(java.lang.String title,
TdApi.ChatPhotoInfo photo,
int accentColorId,
java.lang.String username)
A link to a chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String title
public TdApi.ChatPhotoInfo photo
public int accentColorId
public java.lang.String username
public static final int CONSTRUCTOR
public PageBlockChatLink()
public PageBlockChatLink(java.lang.String title,
TdApi.ChatPhotoInfo photo,
int accentColorId,
java.lang.String username)
title - Chat title.photo - Chat photo; may be null.accentColorId - Identifier of the accent color for chat title and background of chat photo.username - Chat username by which all other information about the chat can be resolved.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object