Module tdlight.api

Class TdApi.ReplaceVideoChatRtmpUrl

Enclosing class:
TdApi

public static final class TdApi.ReplaceVideoChatRtmpUrl extends TdApi.Function<TdApi.RtmpUrl>
Replaces the current RTMP URL for streaming to the chat; requires creator privileges. Returns RtmpUrl
  • Field Details

    • chatId

      public long chatId
      Chat identifier.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • ReplaceVideoChatRtmpUrl

      public ReplaceVideoChatRtmpUrl()
      Replaces the current RTMP URL for streaming to the chat; requires creator privileges. Returns RtmpUrl
    • ReplaceVideoChatRtmpUrl

      public ReplaceVideoChatRtmpUrl(long chatId)
      Replaces the current RTMP URL for streaming to the chat; requires creator privileges. Returns RtmpUrl
      Parameters:
      chatId - long Chat identifier.
    • ReplaceVideoChatRtmpUrl

      public ReplaceVideoChatRtmpUrl(DataInput input) throws IOException
      Replaces the current RTMP URL for streaming to the chat; requires creator privileges. Returns RtmpUrl
      Throws:
      IOException
  • Method Details