Package dev.inmo.tgbotapi.types.message.ChatEvents.voice

Types

VoiceChatEnded
Link copied to clipboard
common
data class VoiceChatEnded(duration: Seconds) : VoiceChatEvent
VoiceChatParticipantsInvited
Link copied to clipboard
common
data class VoiceChatParticipantsInvited(users: List<User>) : VoiceChatEvent
VoiceChatScheduled
Link copied to clipboard
common
data class VoiceChatScheduled(startDate: TelegramDate) : VoiceChatEvent
VoiceChatStarted
Link copied to clipboard
common
object VoiceChatStarted : VoiceChatEvent