java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function<TdApi.MessageSenders>
it.tdlight.jni.TdApi.GetVideoChatAvailableParticipants
- Enclosing class:
- TdApi
public static final class TdApi.GetVideoChatAvailableParticipants
extends TdApi.Function<TdApi.MessageSenders>
Returns list of participant identifiers,
on whose behalf a video chat in the
chat can be joined.
Returns
MessageSenders
-
Field Summary
-
Constructor Summary
ConstructorDescriptionReturns list of participant identifiers, on whose behalf a video chat in the chat can be joined.GetVideoChatAvailableParticipants
(long chatId) Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined.Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
chatId
public long chatIdChat identifier. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
GetVideoChatAvailableParticipants
public GetVideoChatAvailableParticipants()Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined. ReturnsMessageSenders
-
GetVideoChatAvailableParticipants
public GetVideoChatAvailableParticipants(long chatId) Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined. ReturnsMessageSenders
- Parameters:
chatId
- long Chat identifier.
-
GetVideoChatAvailableParticipants
Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined. ReturnsMessageSenders
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-