public static class TdApi.UpdateChatBlockList extends TdApi.Update
| Modifier and Type | Field and Description |
|---|---|
TdApi.BlockList |
blockList
Block list to which the chat is added; may be null if none.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
UpdateChatBlockList()
A chat was blocked or unblocked.
|
UpdateChatBlockList(long chatId,
TdApi.BlockList blockList)
A chat was blocked or unblocked.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.BlockList blockList
public static final int CONSTRUCTOR
public UpdateChatBlockList()
public UpdateChatBlockList(long chatId,
TdApi.BlockList blockList)
chatId - Chat identifier.blockList - Block list to which the chat is added; may be null if none.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object