public static class TdApi.MessageViewers extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.MessageViewer[] |
viewers
List of message viewers.
|
| Constructor and Description |
|---|
MessageViewers()
Represents a list of message viewers.
|
MessageViewers(TdApi.MessageViewer[] viewers)
Represents a list of message viewers.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.MessageViewer[] viewers
public static final int CONSTRUCTOR
public MessageViewers()
public MessageViewers(TdApi.MessageViewer[] viewers)
viewers - List of message viewers.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object