Package it.tdlight.jni
Class TdApi.BotCommandScopeChat
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BotCommandScope
it.tdlight.jni.TdApi.BotCommandScopeChat
- Enclosing class:
- TdApi
public static class TdApi.BotCommandScopeChat extends TdApi.BotCommandScope
A scope covering all members of a chat.
-
Field Summary
Fields Modifier and Type Field Description long
chatId
Chat identifier.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description BotCommandScopeChat()
A scope covering all members of a chat.BotCommandScopeChat(long chatId)
A scope covering all members of a chat.BotCommandScopeChat(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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
BotCommandScopeChat
public BotCommandScopeChat()A scope covering all members of a chat. -
BotCommandScopeChat
public BotCommandScopeChat(long chatId)A scope covering all members of a chat.- Parameters:
chatId
- long Chat identifier.
-
BotCommandScopeChat
- 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()
-