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

ski.gagar.vxutil.vertigram.methods.UnpinAllForumTopicMessages.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

@TgMethod
@Throttled
data class UnpinAllForumTopicMessages(
    override val chatId: ChatId,
    val messageThreadId: Long,
) : JsonTgCallable(), HasChatId




© 2015 - 2025 Weber Informatics LLC | Privacy Policy