Package dev.inmo.tgbotapi.types.update.abstracts

Types

BaseEditMessageUpdate
Link copied to clipboard
common
interface BaseEditMessageUpdate : BaseMessageUpdate
BaseMessageUpdate
Link copied to clipboard
common
interface BaseMessageUpdate : Update
BaseSentMessageUpdate
Link copied to clipboard
common
interface BaseSentMessageUpdate : BaseMessageUpdate
ChatMemberUpdatedUpdate
Link copied to clipboard
common
interface ChatMemberUpdatedUpdate : Update
UnknownUpdate
Link copied to clipboard
common
data class UnknownUpdate(updateId: UpdateIdentifier, data: String, rawJson: JsonElement) : Update
Update
Link copied to clipboard
common
interface Update
UpdateDeserializationStrategy
Link copied to clipboard
common
object UpdateDeserializationStrategy : DeserializationStrategy<Update>

Use this object to deserialize objects with type Update. Currently it is restricted to use this DeserializationStrategy only with JSON

UpdateSerializerWithoutSerialization
Link copied to clipboard
common
object UpdateSerializerWithoutSerialization : KSerializer<Update>