public static class TdApi.GetVideoChatRtmpUrl 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 |
|---|
GetVideoChatRtmpUrl()
Default constructor for a function, which returns RTMP URL for streaming to the chat; requires canManageVideoChats administrator right.
|
GetVideoChatRtmpUrl(long chatId)
Creates a function, which returns RTMP URL for streaming to the chat; requires canManageVideoChats administrator right.
|
| 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 GetVideoChatRtmpUrl()
Returns RtmpUrl
public GetVideoChatRtmpUrl(long chatId)
Returns RtmpUrl
chatId - Chat identifier.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object