Package dev. inmo. tgbotapi. requests. get
Types
Link copied to clipboard
data class GetCustomEmojiStickers(val customEmojiIds: List<CustomEmojiId>) : SimpleRequest<List<CustomEmojiSticker>>
Content copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class GetUserProfilePhotos( val userId: UserId, val offset: Int? = null, val limit: Int? = null) : SimpleRequest<UserProfilePhotos>
Content copied to clipboard