stories.StartLive#
- class pyrogram.raw.functions.stories.StartLive#
Start a live story, optionally using RTMP livestream mode, see here for the full flow.
Usable by ✅ Users ❌ Bots- Details:
Layer:
227ID:
D069CCDE
- Parameters:
peer (
InputPeer) – User, supergroup or channel that will own the live story; basic groups cannot post live storiesprivacy_rules (List of
InputPrivacyRule) – Privacy rules defining who can view the live storyrandom_id (
int64-bit) – Client-generated random ID used to prevent duplicate live storiespinned (
bool, optional) – Whether to pin the live story on the peer’s profilenoforwards (
bool, optional) – Whether viewers must be prevented from forwarding or saving the live storyrtmp_stream (
bool, optional) – Create the live story in RTMP livestream mode », where one external streamer publishes all audio and videocaption (
str, optional) – Live story captionentities (List of
MessageEntity, optional) – Message entities for styled textmessages_enabled (
bool, optional) – Whether the in-call message overlay » should be enabledsend_paid_messages_stars (
int64-bit, optional) – Minimum Telegram Stars donation required from users other than the live story owner for each comment; the owner may always comment without donating, and 0 allows free comments for everyone
- Returns: