mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI.git
synced 2024-11-22 08:13:47 +00:00
Update ChatIdentifierWithThreadId.kt
This commit is contained in:
parent
304b281d80
commit
1b8ee5c4d7
@ -1,5 +1,11 @@
|
||||
package dev.inmo.tgbotapi.utils.extensions
|
||||
|
||||
import dev.inmo.tgbotapi.types.ChatIdentifier
|
||||
import dev.inmo.tgbotapi.types.MessageThreadId
|
||||
import kotlinx.serialization.Serializable
|
||||
import kotlin.Pair
|
||||
import dev.inmo.tgbotapi.types.message.abstract.Message
|
||||
|
||||
sealed interface ChatIdWithThreadId {
|
||||
val chatId: ChatIdentifier
|
||||
val threadId: MessageThreadId?
|
||||
|
Loading…
Reference in New Issue
Block a user