Package dev.inmo.tgbotapi.requests.get

Types

GetFile
Link copied to clipboard
common
data class GetFile(fileId: FileId) : SimpleRequest<PathedFile>
GetStickerSet
Link copied to clipboard
common
data class GetStickerSet(name: String) : SimpleRequest<StickerSet>
GetUserProfilePhotos
Link copied to clipboard
common
data class GetUserProfilePhotos(userId: UserId, offset: Int?, limit: Int?) : SimpleRequest<UserProfilePhotos>