Get Forum Topic Icon Stickers Action
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun Request<List<Sticker>>.doRequestReturning(bot: TelegramBot): Deferred<Response<out List<Sticker>>>
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
inline suspend fun sendReturning(to: String, via: TelegramBot): Deferred<Response<out List<Sticker>>>
Link copied to clipboard
Payload to make response for the webhook request as described there.