InputReplyToMonoForum
- class pyrogram.raw.types.InputReplyToMonoForum
Used to send messages to a monoforum topic.
Constructor of
InputReplyTo.- Details:
Layer:
223ID:
69D66C45
- Parameters:
monoforum_peer_id (
InputPeer) – The topic ID.
TL Schema
inputReplyToMonoForum#69d66c45
monoforum_peer_id:InputPeer
= InputReplyTo
Parameter Tree
InputReplyToMonoForum
└── monoforum_peer_id →
InputPeer├──
InputPeerEmpty├──
InputPeerSelf├──
InputPeerChat│ └── chat_id →
long├──
InputPeerUser│ ├── user_id →
long│ └── access_hash →
long├──
InputPeerChannel│ ├── channel_id →
long│ └── access_hash →
long│ ├── peer →
InputPeer│ │ ├──
InputPeerEmpty│ │ ├──
InputPeerSelf│ │ ├──
InputPeerChat│ │ ├──
InputPeerUser│ │ ├──
InputPeerChannel│ │ ├──
InputPeerUserFromMessage│ │ └──
InputPeerChannelFromMessage│ ├── msg_id →
int│ └── user_id →
long├── peer →
InputPeer│ ├──
InputPeerEmpty│ ├──
InputPeerSelf│ ├──
InputPeerChat│ ├──
InputPeerUser│ ├──
InputPeerChannel│ ├──
InputPeerUserFromMessage├── msg_id →
int└── channel_id →
longExample
InputReplyToMonoForum(
monoforum_peer_id=await app.resolve_peer(chat_id),
)