public static class TdApi.MessageUsersShared extends TdApi.MessageContent
| Modifier and Type | Field and Description |
|---|---|
int |
buttonId
Identifier of the keyboard button with the request.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.SharedUser[] |
users
The shared users.
|
| Constructor and Description |
|---|
MessageUsersShared()
The current user shared users, which were requested by the bot.
|
MessageUsersShared(TdApi.SharedUser[] users,
int buttonId)
The current user shared users, which were requested by the bot.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.SharedUser[] users
public int buttonId
public static final int CONSTRUCTOR
public MessageUsersShared()
public MessageUsersShared(TdApi.SharedUser[] users, int buttonId)
users - The shared users.buttonId - Identifier of the keyboard button with the request.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object