public static class TdApi.ReplaceVideoChatRtmpUrl extends TdApi.Function<TdApi.RtmpUrl>
Returns RtmpUrl
| Modifier and Type | Field and Description |
|---|---|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
ReplaceVideoChatRtmpUrl()
Default constructor for a function, which replaces the current RTMP URL for streaming to the chat; requires owner privileges.
|
ReplaceVideoChatRtmpUrl(long chatId)
Creates a function, which replaces the current RTMP URL for streaming to the chat; requires owner privileges.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public static final int CONSTRUCTOR
public ReplaceVideoChatRtmpUrl()
Returns RtmpUrl
public ReplaceVideoChatRtmpUrl(long chatId)
Returns RtmpUrl
chatId - Chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object