GetVideoChatRtmpUrl constructor
      const
      GetVideoChatRtmpUrl({ 
    
- required int chatId,
Returns RTMP URL for streaming to the chat; requires creator privileges
Implementation
const GetVideoChatRtmpUrl({
  required this.chatId,
});