messages.AddPollAnswer#
- class pyrogram.raw.functions.messages.AddPollAnswer#
Add an answer option to an open-answer poll
Usable by ✅ Users ❌ Bots- Details:
Layer:
227ID:
19BC4B6D
- Parameters:
peer (
InputPeer) – Peer where the poll is locatedmsg_id (
int32-bit) – Message ID of the pollanswer (
PollAnswer) – The new answer option to add, use inputPollAnswer
- Returns: