Skip to content

PollOptionProperties

Type · TDLib 1.8.67 · d1085f9c

Contains properties of a poll option and describes actions that can be done with the option right now

PollOptionProperties(
  can_be_deleted: Bool,
  can_be_replied: Bool,
  can_be_replied_in_another_chat: Bool,
  can_get_link: Bool
) → PollOptionProperties

can_be_deleted

Bool

True, if the option can be deleted using deletePollOption

can_be_replied

Bool

True, if the poll option can be replied in the same chat and forum topic using inputMessageReplyToMessage

can_be_replied_in_another_chat

Bool

True, if the poll option can be replied in another chat or forum topic using inputMessageReplyToExternalMessage

Bool

True, if a link can be generated for the poll option using getMessageLink