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
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intbooleanNew value of isBlocked. -
Constructor Summary
ConstructorsConstructorDescriptionA 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:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-