public static class TdApi.ForumTopicIcon extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
int |
color
Color of the topic icon in RGB format.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
customEmojiId
Unique identifier of the custom emoji shown on the topic icon; 0 if none.
|
| Constructor and Description |
|---|
ForumTopicIcon()
Describes a forum topic icon.
|
ForumTopicIcon(int color,
long customEmojiId)
Describes a forum topic icon.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic int color
public long customEmojiId
public static final int CONSTRUCTOR
public ForumTopicIcon()
public ForumTopicIcon(int color,
long customEmojiId)
color - Color of the topic icon in RGB format.customEmojiId - Unique identifier of the custom emoji shown on the topic icon; 0 if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object