Package it.tdlight.jni
Class TdApi.UpdateChatActionBar
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Update
it.tdlight.jni.TdApi.UpdateChatActionBar
- Enclosing class:
- TdApi
public static class TdApi.UpdateChatActionBar extends TdApi.Update
The chat action bar was changed.
-
Field Summary
Fields Modifier and Type Field Description TdApi.ChatActionBar
actionBar
The new value of the action bar; may be null.long
chatId
Chat identifier.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description UpdateChatActionBar()
The chat action bar was changed.UpdateChatActionBar(long chatId, TdApi.ChatActionBar actionBar)
The chat action bar was changed.UpdateChatActionBar(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
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
- 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()
-