Send Regular Poll
data class SendRegularPoll(chatId: ChatIdentifier, question: String, options: List<String>, isAnonymous: Boolean, isClosed: Boolean, allowMultipleAnswers: Boolean, openPeriod: LongSeconds?, closeDate: LongSeconds?, disableNotification: Boolean, protectContent: Boolean, replyToMessageId: MessageIdentifier?, allowSendingWithoutReply: Boolean?, replyMarkup: KeyboardMarkup?) : SendPoll
Content copied to clipboard
Functions
Properties
Link copied to clipboard
open override val resultDeserializer: DeserializationStrategy<ContentMessage<PollContent>>
Content copied to clipboard