Get Game High Scores Action
Properties
Link copied to clipboard
Functions
Link copied to clipboard
Link copied to clipboard
open suspend override fun Request<List<GameHighScore>>.doRequestReturning(bot: TelegramBot): Deferred<Response<out List<GameHighScore>>>
Link copied to clipboard
Make a request for action.
Link copied to clipboard
inline suspend fun sendAsync(to: User, via: TelegramBot): Deferred<Response<out List<GameHighScore>>>
inline suspend fun sendAsync(to: Chat, via: TelegramBot): Deferred<Response<out List<GameHighScore>>>
Make a request for action returning its Response.
Link copied to clipboard
Make inline request for action.
Link copied to clipboard
open suspend fun sendInlineAsync(inlineMessageId: String, via: TelegramBot): Deferred<Response<out List<GameHighScore>>>
Make a request for action returning its Response.
Link copied to clipboard
inline suspend fun sendReturning(to: User, via: TelegramBot): Deferred<Response<out List<GameHighScore>>>
inline suspend fun sendReturning(to: Chat, via: TelegramBot): Deferred<Response<out List<GameHighScore>>>
inline suspend fun sendReturning(to: Long, via: TelegramBot): Deferred<Response<out List<GameHighScore>>>
inline suspend fun sendReturning(to: String, via: TelegramBot): Deferred<Response<out List<GameHighScore>>>
Link copied to clipboard
Payload to make response for the webhook request as described there.