Package org.drinkless.tdlib
Class TdApi.UpdateChatActionBar
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Update
-
- org.drinkless.tdlib.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.ChatActionBaractionBarThe new value of the action bar; may be null.longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.
-
Constructor Summary
Constructors Constructor Description UpdateChatActionBar()The chat action bar was changed.UpdateChatActionBar(long chatId, TdApi.ChatActionBar actionBar)The chat action bar was changed.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
actionBar
public TdApi.ChatActionBar actionBar
The new value of the action bar; may be null.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
UpdateChatActionBar
public UpdateChatActionBar()
The chat action bar was changed.
-
UpdateChatActionBar
public UpdateChatActionBar(long chatId, TdApi.ChatActionBar actionBar)The chat action bar was changed.- Parameters:
chatId- Chat identifier.actionBar- The new value of the action bar; may be null.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-