Class TdApi.SetVideoChatDefaultParticipant

  • Enclosing class:
    TdApi

    public static class TdApi.SetVideoChatDefaultParticipant
    extends TdApi.Function
    Changes default participant identifier, on whose behalf a video chat in the chat will be joined.

    Returns Ok

    • Field Detail

      • chatId

        public long chatId
        Chat identifier.
      • defaultParticipantId

        public TdApi.MessageSender defaultParticipantId
        Default group call participant identifier to join the video chats.
      • CONSTRUCTOR

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

      • SetVideoChatDefaultParticipant

        public SetVideoChatDefaultParticipant()
        Default constructor for a function, which changes default participant identifier, on whose behalf a video chat in the chat will be joined.

        Returns Ok

      • SetVideoChatDefaultParticipant

        public SetVideoChatDefaultParticipant​(long chatId,
                                              TdApi.MessageSender defaultParticipantId)
        Creates a function, which changes default participant identifier, on whose behalf a video chat in the chat will be joined.

        Returns Ok

        Parameters:
        chatId - Chat identifier.
        defaultParticipantId - Default group call participant identifier to join the video chats.