java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatBackground
- Enclosing class:
- TdApi
The chat background was changed.
-
Field Summary
Modifier and TypeFieldDescriptionThe new chat background; may be null if background was reset to default.long
Chat identifier.static final int
-
Constructor Summary
ConstructorDescriptionThe chat background was changed.UpdateChatBackground
(long chatId, TdApi.ChatBackground background) The chat background was changed.UpdateChatBackground
(DataInput input) The chat background was changed. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
background
The new chat background; may be null if background was reset to default. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
UpdateChatBackground
public UpdateChatBackground()The chat background was changed. -
UpdateChatBackground
The chat background was changed.- Parameters:
chatId
- long Chat identifier.background
- ChatBackground The new chat background; may be null if background was reset to default.
-
UpdateChatBackground
The chat background was changed.- 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()
-