MessageMediaVideoStream
- class pyrogram.raw.types.MessageMediaVideoStream
{schema}
Constructor of
MessageMedia.- Details:
Layer:
223ID:
CA5CAB89
- Parameters:
call (
InputGroupCall)rtmp_stream (
bool, optional)
- Functions:
This object can be returned by 2 functions.
Upload a file and associate it to a chat (without actually sending it to the chat)
Upload a media file associated with an imported chat, click here for more info ».
TL Schema
messageMediaVideoStream#ca5cab89
flags:#
rtmp_stream:flags.0?true
call:InputGroupCall
= MessageMedia
Parameter Tree
MessageMediaVideoStream
├── rtmp_stream →
true (optional)└── call →
InputGroupCallExample
MessageMediaVideoStream(
call=InputGroupCall(
id=0,
access_hash=0
),
)