MessageMediaPoll

class pyrogram.raw.types.MessageMediaPoll[source]

Poll

Constructor of MessageMedia.

Details:
  • Layer: 229

  • ID: 773F4E66

Parameters:
  • poll (Poll) – The poll

  • results (PollResults) – The results of the poll

  • attached_media (MessageMedia, optional) – Optional media attachment displayed alongside the poll

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 ».