public static class TdApi.GetVideoChatAvailableParticipants extends TdApi.Function
Returns MessageSenders
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
GetVideoChatAvailableParticipants()
Default constructor for a function, which returns list of participant identifiers, on whose behalf a video chat in the chat can be joined.
|
GetVideoChatAvailableParticipants(long chatId)
Creates a function, which returns list of participant identifiers, on whose behalf a video chat in the chat can be joined.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public long chatId
public static final int CONSTRUCTOR
public GetVideoChatAvailableParticipants()
Returns MessageSenders
public GetVideoChatAvailableParticipants(long chatId)
Returns MessageSenders
chatId
- Chat identifier.public int getConstructor()
getConstructor
in class TdApi.Function