MessageMediaVideoStream

class pyrogram.raw.types.MessageMediaVideoStream

{schema}

Constructor of MessageMedia.

Details:
  • Layer: 223

  • ID: CA5CAB89

Parameters:
Functions:

This object can be returned by 2 functions.

messages.UploadMedia

Upload a file and associate it to a chat (without actually sending it to the chat)

messages.UploadImportedMedia

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_streamtrue (optional)
└── callInputGroupCall
├── InputGroupCall
│ ├── idlong
│ └── access_hashlong
│ └── slugstring
└── msg_idint

Example

MessageMediaVideoStream(
    call=InputGroupCall(
        id=0,
        access_hash=0
    ),
)