public static class TdApi.GetChatMember extends TdApi.Function
Returns ChatMember
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
userId
User identifier.
|
Constructor and Description |
---|
GetChatMember()
Default constructor for a function, which returns information about a single member of a chat.
|
GetChatMember(long chatId,
int userId)
Creates a function, which returns information about a single member of a chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public int userId
public static final int CONSTRUCTOR
public GetChatMember()
Returns ChatMember
public GetChatMember(long chatId, int userId)
Returns ChatMember
chatId
- Chat identifier.userId
- User identifier.public int getConstructor()
getConstructor
in class TdApi.Function