docs
4.2.2
common
docs
/
dev.inmo.tgbotapi.types.message.ChatEvents.voice
Package-level
declarations
Types
Types
Video
Chat
Ended
Link copied to clipboard
@
Serializable
data
class
VideoChatEnded
(
val
duration
:
Seconds
)
:
VideoChatEvent
Video
Chat
Participants
Invited
Link copied to clipboard
@
Serializable
data
class
VideoChatParticipantsInvited
(
val
users
:
List
<
User
>
=
emptyList()
)
:
VideoChatEvent
Video
Chat
Scheduled
Link copied to clipboard
@
Serializable
data
class
VideoChatScheduled
(
val
startDate
:
TelegramDate
)
:
VideoChatEvent
Video
Chat
Started
Link copied to clipboard
@
Serializable
object
VideoChatStarted
:
VideoChatEvent