toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.requests.get
Package-level
declarations
Types
Types
Get
Custom
Emoji
Stickers
Link copied to clipboard
@
Serializable
data
class
GetCustomEmojiStickers
(
val
customEmojiIds
:
List
<
CustomEmojiId
>
)
:
SimpleRequest
<
List
<
CustomEmojiSticker
>
>
Get
File
Link copied to clipboard
@
Serializable
data
class
GetFile
(
val
fileId
:
FileId
)
:
SimpleRequest
<
PathedFile
>
Get
Sticker
Set
Link copied to clipboard
@
Serializable
data
class
GetStickerSet
(
val
name
:
String
)
:
SimpleRequest
<
StickerSet
>
Get
User
Profile
Photos
Link copied to clipboard
@
Serializable
data
class
GetUserProfilePhotos
(
val
userId
:
UserId
,
val
offset
:
Int
?
=
null
,
val
limit
:
Int
?
=
null
)
:
SimpleRequest
<
UserProfilePhotos
>