Package dev. inmo. tgbotapi. types. update
Types
Callback Query Update
Link copied to clipboard
data class CallbackQueryUpdate(updateId: UpdateIdentifier, data: CallbackQuery) : Update
Content copied to clipboard
Channel Post Update
Link copied to clipboard
data class ChannelPostUpdate(updateId: UpdateIdentifier, data: Message) : BaseSentMessageUpdate
Content copied to clipboard
Chat Join Request Update
Link copied to clipboard
data class ChatJoinRequestUpdate(updateId: UpdateIdentifier, data: ChatJoinRequest) : Update
Content copied to clipboard
Chosen Inline Result Update
Link copied to clipboard
data class ChosenInlineResultUpdate(updateId: UpdateIdentifier, data: ChosenInlineResult) : Update
Content copied to clipboard
Common Chat Member Updated Update
Link copied to clipboard
data class CommonChatMemberUpdatedUpdate(updateId: UpdateIdentifier, data: ChatMemberUpdated) : ChatMemberUpdatedUpdate
Content copied to clipboard
Edit Channel Post Update
Link copied to clipboard
data class EditChannelPostUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>) : BaseEditMessageUpdate
Content copied to clipboard
Edit Message Update
Link copied to clipboard
data class EditMessageUpdate(updateId: UpdateIdentifier, data: CommonMessage<*>) : BaseEditMessageUpdate
Content copied to clipboard
Inline Query Update
Link copied to clipboard
data class InlineQueryUpdate(updateId: UpdateIdentifier, data: InlineQuery) : Update
Content copied to clipboard
Message Update
Link copied to clipboard
data class MessageUpdate(updateId: UpdateIdentifier, data: Message) : BaseSentMessageUpdate
Content copied to clipboard
My Chat Member Updated Update
Link copied to clipboard
data class MyChatMemberUpdatedUpdate(updateId: UpdateIdentifier, data: ChatMemberUpdated) : ChatMemberUpdatedUpdate
Content copied to clipboard
Poll Answer Update
Link copied to clipboard
data class PollAnswerUpdate(updateId: UpdateIdentifier, data: PollAnswer) : Update
Content copied to clipboard
Poll Update
Link copied to clipboard
Pre Checkout Query Update
Link copied to clipboard
data class PreCheckoutQueryUpdate(updateId: UpdateIdentifier, data: PreCheckoutQuery) : Update
Content copied to clipboard
Shipping Query Update
Link copied to clipboard
data class ShippingQueryUpdate(updateId: UpdateIdentifier, data: ShippingQuery) : Update
Content copied to clipboard