java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatIsBlocked
- Enclosing class:
- TdApi
A chat was blocked or unblocked.
-
Field Summary
Modifier and TypeFieldDescriptionlong
Chat identifier.static final int
boolean
New value of isBlocked. -
Constructor Summary
ConstructorDescriptionA chat was blocked or unblocked.UpdateChatIsBlocked
(long chatId, boolean isBlocked) A chat was blocked or unblocked.UpdateChatIsBlocked
(DataInput input) A chat was blocked or unblocked. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
isBlocked
public boolean isBlockedNew value of isBlocked. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatIsBlocked
public UpdateChatIsBlocked()A chat was blocked or unblocked. -
UpdateChatIsBlocked
public UpdateChatIsBlocked(long chatId, boolean isBlocked) A chat was blocked or unblocked.- Parameters:
chatId
- long Chat identifier.isBlocked
- boolean New value of isBlocked.
-
UpdateChatIsBlocked
A chat was blocked or unblocked.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-