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