toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.media
/
VisualMediaGroupMemberTelegramMedia
Visual
Media
Group
Member
Telegram
Media
@
Serializable
(
with
=
MediaGroupMemberTelegramMediaSerializer::class
)
sealed
interface
VisualMediaGroupMemberTelegramMedia
:
MediaGroupMemberTelegramMedia
,
SpoilerableTelegramMedia
,
WithCustomizableCaptionTelegramMedia
Inheritors
TelegramMediaPhoto
TelegramMediaVideo
Members
Properties
entities
Link copied to clipboard
open
val
entities
:
List
<
TextSource
>
?
file
Link copied to clipboard
abstract
val
file
:
InputFile
media
Link copied to clipboard
abstract
val
media
:
String
parse
Mode
Link copied to clipboard
abstract
val
parseMode
:
ParseMode
?
show
Caption
Above
Media
Link copied to clipboard
abstract
val
showCaptionAboveMedia
:
Boolean
spoilered
Link copied to clipboard
abstract
val
spoilered
:
Boolean
text
Link copied to clipboard
abstract
val
text
:
String
?
text
Sources
Link copied to clipboard
abstract
val
textSources
:
List
<
TextSource
>
?
Full list of
TextSource
s
type
Link copied to clipboard
abstract
val
type
:
String
Functions
serialize
Link copied to clipboard
abstract
fun
serialize
(
format
:
StringFormat
)
:
String