java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.BotCommandScope
it.tdlight.jni.TdApi.BotCommandScopeChatMember
- Enclosing class:
- TdApi
A scope covering a member of a chat.
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongChat identifier.static final intlongUser identifier. -
Constructor Summary
ConstructorsConstructorDescriptionA scope covering a member of a chat.BotCommandScopeChatMember(long chatId, long userId) A scope covering a member of a chat.A scope covering a member of a chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
chatId
public long chatIdChat identifier. -
userId
public long userIdUser identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
BotCommandScopeChatMember
public BotCommandScopeChatMember()A scope covering a member of a chat. -
BotCommandScopeChatMember
public BotCommandScopeChatMember(long chatId, long userId) A scope covering a member of a chat.- Parameters:
chatId- long Chat identifier.userId- long User identifier.
-
BotCommandScopeChatMember
A scope covering a member of a chat.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructorin classTdApi.Object
-
serialize
- Specified by:
serializein classTdApi.Object- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-