Stop Poll Action
class StopPollAction(messageId: Long) : Action<Poll> , BusinessActionExt<Poll> , MarkupFeature<SendPollAction>
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun Request<Poll>.doRequestReturning(bot: TelegramBot): Deferred<Response<out Poll>>
Link copied to clipboard
open fun forceReply(inputFieldPlaceholder: String? = null, selective: Boolean? = null): SendPollAction
Link copied to clipboard
Link copied to clipboard
Add Markup directly.
Add Markup via lambda.
Link copied to clipboard
Link copied to clipboard
Add ReplyKeyboardRemove markup to the Action<Return>
Link copied to clipboard
Make a request for action.
Link copied to clipboard
Make a request for action returning its Response.
Link copied to clipboard
Make business request for action.
Link copied to clipboard
open suspend fun sendBusinessAsync(chatId: Long, businessConnectionId: String, via: TelegramBot): Deferred<Response<out Poll>>
Make a request for action returning its Response.
Link copied to clipboard
Link copied to clipboard
Payload to make response for the webhook request as described there.