ktgbotapi
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
ktgbotapi
tgbotapi.core
/
dev.inmo.tgbotapi.requests.business_connection
/
InputProfilePhoto
Input
Profile
Photo
@
Serializable
(
with
=
InputProfilePhoto.Companion::class
)
sealed
interface
InputProfilePhoto
Inheritors
Static
Animated
Members
Types
Animated
Link copied to clipboard
@
Serializable
data
class
Animated
(
val
animation
:
MultipartFile
,
val
mainFrameTimestamp
:
DoubleSeconds
?
=
null
)
:
InputProfilePhoto
Companion
Link copied to clipboard
object
Companion
:
KSerializer
<
InputProfilePhoto
>
Static
Link copied to clipboard
@
Serializable
data
class
Static
(
val
photo
:
MultipartFile
)
:
InputProfilePhoto
Properties
media
Pair
Link copied to clipboard
abstract
val
mediaPair
:
Pair
<
String
,
MultipartFile
>
type
Link copied to clipboard
abstract
val
type
:
String