All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ski.gagar.vxutil.vertigram.methods.ForwardMessages.kt Maven / Gradle / Ivy

The newest version!
package ski.gagar.vxutil.vertigram.methods

import ski.gagar.vertigram.annotations.TgMethod
import ski.gagar.vxutil.vertigram.throttling.HasChatId
import ski.gagar.vxutil.vertigram.throttling.Throttled
import ski.gagar.vxutil.vertigram.types.ChatId
import ski.gagar.vxutil.vertigram.types.Message

@TgMethod
@Throttled
data class ForwardMessages(
    override val chatId: ChatId,
    val fromChatId: ChatId,
    val messageIds: List,
    val messageThreadId: Long? = null,
    val disableNotification: Boolean = false,
    val protectContent: Boolean = false
) : JsonTgCallable(), HasChatId




© 2015 - 2025 Weber Informatics LLC | Privacy Policy