public static class TdApi.GetMessageViewers extends TdApi.Function
Returns Users
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
long |
messageId
Identifier of the message.
|
Constructor and Description |
---|
GetMessageViewers()
Default constructor for a function, which returns viewers of a recent outgoing message in a basic group or a supergroup chat.
|
GetMessageViewers(long chatId,
long messageId)
Creates a function, which returns viewers of a recent outgoing message in a basic group or a supergroup chat.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public long messageId
public static final int CONSTRUCTOR
public GetMessageViewers()
Returns Users
public GetMessageViewers(long chatId, long messageId)
Returns Users
chatId
- Chat identifier.messageId
- Identifier of the message.public int getConstructor()
getConstructor
in class TdApi.Function