public static class TdApi.UpdateChatIsBlocked extends TdApi.Update
TdApi.Update.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
boolean |
isBlocked
New value of isBlocked.
|
Constructor and Description |
---|
UpdateChatIsBlocked()
A chat was blocked or unblocked.
|
UpdateChatIsBlocked(long chatId,
boolean isBlocked)
A chat was blocked or unblocked.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public boolean isBlocked
public static final int CONSTRUCTOR
public UpdateChatIsBlocked()
public UpdateChatIsBlocked(long chatId, boolean isBlocked)
chatId
- Chat identifier.isBlocked
- New value of isBlocked.public int getConstructor()
getConstructor
in class TdApi.Update