toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types
/
ChatPhoto
Chat
Photo
@
Serializable
data
class
ChatPhoto
(
val
smallFileId
:
String
,
val
bigFileId
:
String
,
val
smallFileUniqueId
:
TgFileUniqueId
,
val
bigFileUniqueId
:
TgFileUniqueId
)
Members
Constructors
Chat
Photo
Link copied to clipboard
constructor
(
smallFileId
:
String
,
bigFileId
:
String
,
smallFileUniqueId
:
TgFileUniqueId
,
bigFileUniqueId
:
TgFileUniqueId
)
Properties
big
File
Id
Link copied to clipboard
@
SerialName
(
value
=
"big_file_id"
)
val
bigFileId
:
String
big
File
Unique
Id
Link copied to clipboard
@
SerialName
(
value
=
"big_file_unique_id"
)
val
bigFileUniqueId
:
TgFileUniqueId
small
File
Id
Link copied to clipboard
@
SerialName
(
value
=
"small_file_id"
)
val
smallFileId
:
String
small
File
Unique
Id
Link copied to clipboard
@
SerialName
(
value
=
"small_file_unique_id"
)
val
smallFileUniqueId
:
TgFileUniqueId