1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-02-17 04:01:50 +00:00
2021-03-17 15:18:37 +00:00

3.2 KiB

//docs/dev.inmo.tgbotapi.types.update.abstracts

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

Types

Name Summary
BaseEditMessageUpdate [common]
Content
interface BaseEditMessageUpdate : BaseMessageUpdate


BaseMessageUpdate [common]
Content
interface BaseMessageUpdate : Update


BaseSentMessageUpdate [common]
Content
interface BaseSentMessageUpdate : BaseMessageUpdate


ChatMemberUpdatedUpdate [common]
Content
interface ChatMemberUpdatedUpdate : Update


UnknownUpdate [common]
Content
data class UnknownUpdate(updateId: UpdateIdentifier, data: String, rawJson: ) : Update


Update [common]
Content
interface Update


UpdateDeserializationStrategy [common]
Content
object UpdateDeserializationStrategy : <Update>
More info
Use this object to deserialize objects with type Update.