com.github.stormbit.vksdk.events.chat.ChatPinMessageEvent.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.events.chat
import com.github.stormbit.vksdk.events.ServiceActionEvent
import com.github.stormbit.vksdk.events.message.ChatMessageEvent
import com.github.stormbit.vksdk.objects.Message
data class ChatPinMessageEvent(
val fromId: Int,
val chatId: Int,
val messageId: Int,
override val message: Message
) : ChatMessageEvent(message, fromId), ServiceActionEvent
© 2015 - 2024 Weber Informatics LLC | Privacy Policy