com.github.stormbit.vksdk.longpoll.events.MessageEvents.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vk-bot-sdk-kotlin Show documentation
Show all versions of vk-bot-sdk-kotlin Show documentation
The Kotlin library for working with VK api
The newest version!
package com.github.stormbit.vksdk.longpoll.events
@Suppress("unused")
enum class MessageEvents(val value: String) {
VOICE_MESSAGE("voice_message"),
DOC_MESSAGE("doc_message"),
AUDIO_MESSAGE("audio_message"),
VIDEO_MESSAGE("video_message"),
WALL_MESSAGE("wall_message"),
PHOTO_MESSAGE("photo_message"),
LINK_MESSAGE("link_message"),
STICKER_MESSAGE("sticker_message"),
SIMPLE_TEXT_MESSAGE("text_message"),
MESSAGE("message_new"),
CHAT_MESSAGE("chat_message"),
MESSAGE_WITH_FORWARDS("message_with_forwards");
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy