Class TdApi.ReplaceVideoChatRtmpUrl

Enclosing class:
TdApi

public static class TdApi.ReplaceVideoChatRtmpUrl extends TdApi.Function<TdApi.RtmpUrl>
Replaces the current RTMP URL for streaming to the chat; requires owner privileges.

Returns RtmpUrl

  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      Identifier uniquely determining type of the object.
      See Also:
  • Constructor Details

    • ReplaceVideoChatRtmpUrl

      public ReplaceVideoChatRtmpUrl()
      Default constructor for a function, which replaces the current RTMP URL for streaming to the chat; requires owner privileges.

      Returns RtmpUrl

    • ReplaceVideoChatRtmpUrl

      public ReplaceVideoChatRtmpUrl(long chatId)
      Creates a function, which replaces the current RTMP URL for streaming to the chat; requires owner privileges.

      Returns RtmpUrl

      Parameters:
      chatId - Chat identifier.
  • Method Details