GetUserProfileAudiosAction

class GetUserProfileAudiosAction(userId: Long, offset: Int? = null, limit: Int? = null) : SimpleAction<UserProfileAudios> (source)

Constructors

Link copied to clipboard
constructor(userId: Long, offset: Int? = null, limit: Int? = null)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
suspend fun send(to: TelegramBot)

Send request for action.

Link copied to clipboard
inline suspend fun sendReturning(to: TelegramBot): Deferred<Response<out UserProfileAudios>>

Send request returning its Response.

Link copied to clipboard

Payload to make response for the webhook request as described there.