Package org.drinkless.tdlib
Class TdApi.GetChatMember
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.GetChatMember
-
- Enclosing class:
- TdApi
public static class TdApi.GetChatMember extends TdApi.Function
Returns information about a single member of a chat.Returns
ChatMember
-
-
Field Summary
Fields Modifier and Type Field Description longchatIdChat identifier.static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.MessageSendermemberIdMember identifier.
-
Constructor Summary
Constructors Constructor Description GetChatMember()Default constructor for a function, which returns information about a single member of a chat.GetChatMember(long chatId, TdApi.MessageSender memberId)Creates a function, which returns information about a single member of a chat.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
chatId
public long chatId
Chat identifier.
-
memberId
public TdApi.MessageSender memberId
Member identifier.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
GetChatMember
public GetChatMember()
Default constructor for a function, which returns information about a single member of a chat.Returns
ChatMember
-
GetChatMember
public GetChatMember(long chatId, TdApi.MessageSender memberId)Creates a function, which returns information about a single member of a chat.Returns
ChatMember- Parameters:
chatId- Chat identifier.memberId- Member identifier.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-