Class TdApi.GetVideoChatAvailableParticipants

  • Enclosing class:
    TdApi

    public static class TdApi.GetVideoChatAvailableParticipants
    extends TdApi.Function
    Returns list of participant identifiers, on whose behalf a video chat in the chat can be joined.

    Returns MessageSenders

    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • CONSTRUCTOR

        public static final int CONSTRUCTOR
        Identifier uniquely determining type of the object.
        See Also:
        Constant Field Values
    • Constructor Detail

      • GetVideoChatAvailableParticipants

        public GetVideoChatAvailableParticipants()
        Default constructor for a function, which returns list of participant identifiers, on whose behalf a video chat in the chat can be joined.

        Returns MessageSenders

      • GetVideoChatAvailableParticipants

        public GetVideoChatAvailableParticipants​(long chatId)
        Creates a function, which returns list of participant identifiers, on whose behalf a video chat in the chat can be joined.

        Returns MessageSenders

        Parameters:
        chatId - Chat identifier.