GetUserProfilePhotosAction

class GetUserProfilePhotosAction(userId: Long, offset: Int? = null, limit: Int? = null) : SimpleAction<UserProfilePhotos>

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
open suspend fun send(to: TelegramBot)

Send request for action.

Link copied to clipboard
open suspend fun sendAsync(to: TelegramBot): Deferred<Response<out UserProfilePhotos>>

Send async request for action.

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

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