public static class TdApi.GetChatMember extends TdApi.Function<TdApi.ChatMember>
Returns ChatMember
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MessageSender |
memberId
Member identifier.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.MessageSender memberId
public static final int CONSTRUCTOR
public GetChatMember()
Returns ChatMember
public GetChatMember(long chatId,
TdApi.MessageSender memberId)
Returns ChatMember
chatId - Chat identifier.memberId - Member identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object