toggle menu
ktgbotapi
common
switch theme
search in API
tgbotapi.core
/
dev.inmo.tgbotapi.types.message.ChatEvents.voice
/
VideoChatParticipantsInvited
Video
Chat
Participants
Invited
@
Serializable
data
class
VideoChatParticipantsInvited
(
val
users
:
List
<
User
>
=
emptyList()
)
:
VideoChatEvent
Members
Constructors
Video
Chat
Participants
Invited
Link copied to clipboard
constructor
(
users
:
List
<
User
>
=
emptyList()
)
Properties
users
Link copied to clipboard
@
SerialName
(
value
=
"users"
)
val
users
:
List
<
User
>