pub enum Update {
Show 153 variants
NewMessage(UpdateNewMessage),
MessageId(UpdateMessageId),
DeleteMessages(UpdateDeleteMessages),
UserTyping(UpdateUserTyping),
ChatUserTyping(UpdateChatUserTyping),
ChatParticipants(UpdateChatParticipants),
UserStatus(UpdateUserStatus),
UserName(UpdateUserName),
NewAuthorization(UpdateNewAuthorization),
NewEncryptedMessage(UpdateNewEncryptedMessage),
EncryptedChatTyping(UpdateEncryptedChatTyping),
Encryption(UpdateEncryption),
EncryptedMessagesRead(UpdateEncryptedMessagesRead),
ChatParticipantAdd(UpdateChatParticipantAdd),
ChatParticipantDelete(UpdateChatParticipantDelete),
DcOptions(UpdateDcOptions),
NotifySettings(UpdateNotifySettings),
ServiceNotification(UpdateServiceNotification),
Privacy(UpdatePrivacy),
UserPhone(UpdateUserPhone),
ReadHistoryInbox(UpdateReadHistoryInbox),
ReadHistoryOutbox(UpdateReadHistoryOutbox),
WebPage(UpdateWebPage),
ReadMessagesContents(UpdateReadMessagesContents),
ChannelTooLong(UpdateChannelTooLong),
Channel(UpdateChannel),
NewChannelMessage(UpdateNewChannelMessage),
ReadChannelInbox(UpdateReadChannelInbox),
DeleteChannelMessages(UpdateDeleteChannelMessages),
ChannelMessageViews(UpdateChannelMessageViews),
ChatParticipantAdmin(UpdateChatParticipantAdmin),
NewStickerSet(UpdateNewStickerSet),
StickerSetsOrder(UpdateStickerSetsOrder),
StickerSets(UpdateStickerSets),
SavedGifs,
BotInlineQuery(UpdateBotInlineQuery),
BotInlineSend(UpdateBotInlineSend),
EditChannelMessage(UpdateEditChannelMessage),
BotCallbackQuery(UpdateBotCallbackQuery),
EditMessage(UpdateEditMessage),
InlineBotCallbackQuery(UpdateInlineBotCallbackQuery),
ReadChannelOutbox(UpdateReadChannelOutbox),
DraftMessage(UpdateDraftMessage),
ReadFeaturedStickers,
RecentStickers,
Config,
PtsChanged,
ChannelWebPage(UpdateChannelWebPage),
DialogPinned(UpdateDialogPinned),
PinnedDialogs(UpdatePinnedDialogs),
BotWebhookJson(UpdateBotWebhookJson),
BotWebhookJsonquery(UpdateBotWebhookJsonquery),
BotShippingQuery(UpdateBotShippingQuery),
BotPrecheckoutQuery(UpdateBotPrecheckoutQuery),
PhoneCall(UpdatePhoneCall),
LangPackTooLong(UpdateLangPackTooLong),
LangPack(UpdateLangPack),
FavedStickers,
ChannelReadMessagesContents(UpdateChannelReadMessagesContents),
ContactsReset,
ChannelAvailableMessages(UpdateChannelAvailableMessages),
DialogUnreadMark(UpdateDialogUnreadMark),
MessagePoll(UpdateMessagePoll),
ChatDefaultBannedRights(UpdateChatDefaultBannedRights),
FolderPeers(UpdateFolderPeers),
PeerSettings(UpdatePeerSettings),
PeerLocated(UpdatePeerLocated),
NewScheduledMessage(UpdateNewScheduledMessage),
DeleteScheduledMessages(UpdateDeleteScheduledMessages),
Theme(UpdateTheme),
GeoLiveViewed(UpdateGeoLiveViewed),
LoginToken,
MessagePollVote(UpdateMessagePollVote),
DialogFilter(UpdateDialogFilter),
DialogFilterOrder(UpdateDialogFilterOrder),
DialogFilters,
PhoneCallSignalingData(UpdatePhoneCallSignalingData),
ChannelMessageForwards(UpdateChannelMessageForwards),
ReadChannelDiscussionInbox(UpdateReadChannelDiscussionInbox),
ReadChannelDiscussionOutbox(UpdateReadChannelDiscussionOutbox),
PeerBlocked(UpdatePeerBlocked),
ChannelUserTyping(UpdateChannelUserTyping),
PinnedMessages(UpdatePinnedMessages),
PinnedChannelMessages(UpdatePinnedChannelMessages),
Chat(UpdateChat),
GroupCallParticipants(UpdateGroupCallParticipants),
GroupCall(UpdateGroupCall),
PeerHistoryTtl(UpdatePeerHistoryTtl),
ChatParticipant(UpdateChatParticipant),
ChannelParticipant(UpdateChannelParticipant),
BotStopped(UpdateBotStopped),
GroupCallConnection(UpdateGroupCallConnection),
BotCommands(UpdateBotCommands),
PendingJoinRequests(UpdatePendingJoinRequests),
BotChatInviteRequester(UpdateBotChatInviteRequester),
MessageReactions(UpdateMessageReactions),
AttachMenuBots,
WebViewResultSent(UpdateWebViewResultSent),
BotMenuButton(UpdateBotMenuButton),
SavedRingtones,
TranscribedAudio(UpdateTranscribedAudio),
ReadFeaturedEmojiStickers,
UserEmojiStatus(UpdateUserEmojiStatus),
RecentEmojiStatuses,
RecentReactions,
MoveStickerSetToTop(UpdateMoveStickerSetToTop),
MessageExtendedMedia(UpdateMessageExtendedMedia),
User(UpdateUser),
AutoSaveSettings,
Story(UpdateStory),
ReadStories(UpdateReadStories),
StoryId(UpdateStoryId),
StoriesStealthMode(UpdateStoriesStealthMode),
SentStoryReaction(UpdateSentStoryReaction),
BotChatBoost(UpdateBotChatBoost),
ChannelViewForumAsMessages(UpdateChannelViewForumAsMessages),
PeerWallpaper(UpdatePeerWallpaper),
BotMessageReaction(UpdateBotMessageReaction),
BotMessageReactions(UpdateBotMessageReactions),
SavedDialogPinned(UpdateSavedDialogPinned),
PinnedSavedDialogs(UpdatePinnedSavedDialogs),
SavedReactionTags,
SmsJob(UpdateSmsJob),
QuickReplies(UpdateQuickReplies),
NewQuickReply(UpdateNewQuickReply),
DeleteQuickReply(UpdateDeleteQuickReply),
QuickReplyMessage(UpdateQuickReplyMessage),
DeleteQuickReplyMessages(UpdateDeleteQuickReplyMessages),
BotBusinessConnect(UpdateBotBusinessConnect),
BotNewBusinessMessage(UpdateBotNewBusinessMessage),
BotEditBusinessMessage(UpdateBotEditBusinessMessage),
BotDeleteBusinessMessage(UpdateBotDeleteBusinessMessage),
NewStoryReaction(UpdateNewStoryReaction),
StarsBalance(UpdateStarsBalance),
BusinessBotCallbackQuery(UpdateBusinessBotCallbackQuery),
StarsRevenueStatus(UpdateStarsRevenueStatus),
BotPurchasedPaidMedia(UpdateBotPurchasedPaidMedia),
PaidReactionPrivacy(UpdatePaidReactionPrivacy),
SentPhoneCode(UpdateSentPhoneCode),
GroupCallChainBlocks(UpdateGroupCallChainBlocks),
ReadMonoForumInbox(UpdateReadMonoForumInbox),
ReadMonoForumOutbox(UpdateReadMonoForumOutbox),
MonoForumNoPaidException(UpdateMonoForumNoPaidException),
GroupCallMessage(UpdateGroupCallMessage),
GroupCallEncryptedMessage(UpdateGroupCallEncryptedMessage),
PinnedForumTopic(UpdatePinnedForumTopic),
PinnedForumTopics(UpdatePinnedForumTopics),
DeleteGroupCallMessages(UpdateDeleteGroupCallMessages),
StarGiftAuctionState(UpdateStarGiftAuctionState),
StarGiftAuctionUserState(UpdateStarGiftAuctionUserState),
EmojiGameInfo(UpdateEmojiGameInfo),
StarGiftCraftFail,
ChatParticipantRank(UpdateChatParticipantRank),
}Expand description
Variants§
NewMessage(UpdateNewMessage)
MessageId(UpdateMessageId)
DeleteMessages(UpdateDeleteMessages)
UserTyping(UpdateUserTyping)
ChatUserTyping(UpdateChatUserTyping)
ChatParticipants(UpdateChatParticipants)
UserStatus(UpdateUserStatus)
UserName(UpdateUserName)
NewAuthorization(UpdateNewAuthorization)
NewEncryptedMessage(UpdateNewEncryptedMessage)
EncryptedChatTyping(UpdateEncryptedChatTyping)
Encryption(UpdateEncryption)
EncryptedMessagesRead(UpdateEncryptedMessagesRead)
ChatParticipantAdd(UpdateChatParticipantAdd)
ChatParticipantDelete(UpdateChatParticipantDelete)
DcOptions(UpdateDcOptions)
NotifySettings(UpdateNotifySettings)
ServiceNotification(UpdateServiceNotification)
Privacy(UpdatePrivacy)
UserPhone(UpdateUserPhone)
ReadHistoryInbox(UpdateReadHistoryInbox)
ReadHistoryOutbox(UpdateReadHistoryOutbox)
WebPage(UpdateWebPage)
ReadMessagesContents(UpdateReadMessagesContents)
ChannelTooLong(UpdateChannelTooLong)
Channel(UpdateChannel)
NewChannelMessage(UpdateNewChannelMessage)
ReadChannelInbox(UpdateReadChannelInbox)
DeleteChannelMessages(UpdateDeleteChannelMessages)
ChannelMessageViews(UpdateChannelMessageViews)
ChatParticipantAdmin(UpdateChatParticipantAdmin)
NewStickerSet(UpdateNewStickerSet)
StickerSetsOrder(UpdateStickerSetsOrder)
StickerSets(UpdateStickerSets)
SavedGifs
BotInlineQuery(UpdateBotInlineQuery)
BotInlineSend(UpdateBotInlineSend)
EditChannelMessage(UpdateEditChannelMessage)
BotCallbackQuery(UpdateBotCallbackQuery)
EditMessage(UpdateEditMessage)
InlineBotCallbackQuery(UpdateInlineBotCallbackQuery)
ReadChannelOutbox(UpdateReadChannelOutbox)
DraftMessage(UpdateDraftMessage)
ReadFeaturedStickers
RecentStickers
Config
PtsChanged
ChannelWebPage(UpdateChannelWebPage)
DialogPinned(UpdateDialogPinned)
PinnedDialogs(UpdatePinnedDialogs)
BotWebhookJson(UpdateBotWebhookJson)
BotWebhookJsonquery(UpdateBotWebhookJsonquery)
BotShippingQuery(UpdateBotShippingQuery)
BotPrecheckoutQuery(UpdateBotPrecheckoutQuery)
PhoneCall(UpdatePhoneCall)
LangPackTooLong(UpdateLangPackTooLong)
LangPack(UpdateLangPack)
FavedStickers
ChannelReadMessagesContents(UpdateChannelReadMessagesContents)
ContactsReset
ChannelAvailableMessages(UpdateChannelAvailableMessages)
DialogUnreadMark(UpdateDialogUnreadMark)
MessagePoll(UpdateMessagePoll)
ChatDefaultBannedRights(UpdateChatDefaultBannedRights)
FolderPeers(UpdateFolderPeers)
PeerSettings(UpdatePeerSettings)
PeerLocated(UpdatePeerLocated)
NewScheduledMessage(UpdateNewScheduledMessage)
DeleteScheduledMessages(UpdateDeleteScheduledMessages)
Theme(UpdateTheme)
GeoLiveViewed(UpdateGeoLiveViewed)
LoginToken
MessagePollVote(UpdateMessagePollVote)
DialogFilter(UpdateDialogFilter)
DialogFilterOrder(UpdateDialogFilterOrder)
DialogFilters
PhoneCallSignalingData(UpdatePhoneCallSignalingData)
ChannelMessageForwards(UpdateChannelMessageForwards)
ReadChannelDiscussionInbox(UpdateReadChannelDiscussionInbox)
ReadChannelDiscussionOutbox(UpdateReadChannelDiscussionOutbox)
PeerBlocked(UpdatePeerBlocked)
ChannelUserTyping(UpdateChannelUserTyping)
PinnedMessages(UpdatePinnedMessages)
PinnedChannelMessages(UpdatePinnedChannelMessages)
Chat(UpdateChat)
GroupCallParticipants(UpdateGroupCallParticipants)
GroupCall(UpdateGroupCall)
PeerHistoryTtl(UpdatePeerHistoryTtl)
ChatParticipant(UpdateChatParticipant)
ChannelParticipant(UpdateChannelParticipant)
BotStopped(UpdateBotStopped)
GroupCallConnection(UpdateGroupCallConnection)
BotCommands(UpdateBotCommands)
PendingJoinRequests(UpdatePendingJoinRequests)
BotChatInviteRequester(UpdateBotChatInviteRequester)
MessageReactions(UpdateMessageReactions)
AttachMenuBots
WebViewResultSent(UpdateWebViewResultSent)
BotMenuButton(UpdateBotMenuButton)
SavedRingtones
TranscribedAudio(UpdateTranscribedAudio)
ReadFeaturedEmojiStickers
UserEmojiStatus(UpdateUserEmojiStatus)
RecentEmojiStatuses
RecentReactions
MoveStickerSetToTop(UpdateMoveStickerSetToTop)
MessageExtendedMedia(UpdateMessageExtendedMedia)
User(UpdateUser)
AutoSaveSettings
Story(UpdateStory)
ReadStories(UpdateReadStories)
StoryId(UpdateStoryId)
StoriesStealthMode(UpdateStoriesStealthMode)
SentStoryReaction(UpdateSentStoryReaction)
BotChatBoost(UpdateBotChatBoost)
ChannelViewForumAsMessages(UpdateChannelViewForumAsMessages)
PeerWallpaper(UpdatePeerWallpaper)
BotMessageReaction(UpdateBotMessageReaction)
BotMessageReactions(UpdateBotMessageReactions)
SavedDialogPinned(UpdateSavedDialogPinned)
PinnedSavedDialogs(UpdatePinnedSavedDialogs)
SavedReactionTags
SmsJob(UpdateSmsJob)
QuickReplies(UpdateQuickReplies)
NewQuickReply(UpdateNewQuickReply)
DeleteQuickReply(UpdateDeleteQuickReply)
QuickReplyMessage(UpdateQuickReplyMessage)
DeleteQuickReplyMessages(UpdateDeleteQuickReplyMessages)
BotBusinessConnect(UpdateBotBusinessConnect)
BotNewBusinessMessage(UpdateBotNewBusinessMessage)
BotEditBusinessMessage(UpdateBotEditBusinessMessage)
BotDeleteBusinessMessage(UpdateBotDeleteBusinessMessage)
NewStoryReaction(UpdateNewStoryReaction)
StarsBalance(UpdateStarsBalance)
BusinessBotCallbackQuery(UpdateBusinessBotCallbackQuery)
StarsRevenueStatus(UpdateStarsRevenueStatus)
BotPurchasedPaidMedia(UpdateBotPurchasedPaidMedia)
PaidReactionPrivacy(UpdatePaidReactionPrivacy)
SentPhoneCode(UpdateSentPhoneCode)
GroupCallChainBlocks(UpdateGroupCallChainBlocks)
ReadMonoForumInbox(UpdateReadMonoForumInbox)
ReadMonoForumOutbox(UpdateReadMonoForumOutbox)
MonoForumNoPaidException(UpdateMonoForumNoPaidException)
GroupCallMessage(UpdateGroupCallMessage)
GroupCallEncryptedMessage(UpdateGroupCallEncryptedMessage)
PinnedForumTopic(UpdatePinnedForumTopic)
PinnedForumTopics(UpdatePinnedForumTopics)
DeleteGroupCallMessages(UpdateDeleteGroupCallMessages)
StarGiftAuctionState(UpdateStarGiftAuctionState)
StarGiftAuctionUserState(UpdateStarGiftAuctionUserState)
EmojiGameInfo(UpdateEmojiGameInfo)
StarGiftCraftFail
ChatParticipantRank(UpdateChatParticipantRank)
Trait Implementations§
Source§impl Deserializable for Update
impl Deserializable for Update
Source§fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
fn deserialize(buf: Buffer<'_, '_>) -> Result<Self>
Read
Self from buf, advancing its position.Source§fn from_bytes(bytes: &[u8]) -> Result<Self>
fn from_bytes(bytes: &[u8]) -> Result<Self>
Convenience: deserialize from a byte slice.
Source§impl From<UpdateAttachMenuBots> for Update
impl From<UpdateAttachMenuBots> for Update
Source§fn from(_x: UpdateAttachMenuBots) -> Self
fn from(_x: UpdateAttachMenuBots) -> Self
Converts to this type from the input type.
Source§impl From<UpdateAutoSaveSettings> for Update
impl From<UpdateAutoSaveSettings> for Update
Source§fn from(_x: UpdateAutoSaveSettings) -> Self
fn from(_x: UpdateAutoSaveSettings) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotBusinessConnect> for Update
impl From<UpdateBotBusinessConnect> for Update
Source§fn from(x: UpdateBotBusinessConnect) -> Self
fn from(x: UpdateBotBusinessConnect) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotCallbackQuery> for Update
impl From<UpdateBotCallbackQuery> for Update
Source§fn from(x: UpdateBotCallbackQuery) -> Self
fn from(x: UpdateBotCallbackQuery) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotChatBoost> for Update
impl From<UpdateBotChatBoost> for Update
Source§fn from(x: UpdateBotChatBoost) -> Self
fn from(x: UpdateBotChatBoost) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotChatInviteRequester> for Update
impl From<UpdateBotChatInviteRequester> for Update
Source§fn from(x: UpdateBotChatInviteRequester) -> Self
fn from(x: UpdateBotChatInviteRequester) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotCommands> for Update
impl From<UpdateBotCommands> for Update
Source§fn from(x: UpdateBotCommands) -> Self
fn from(x: UpdateBotCommands) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotDeleteBusinessMessage> for Update
impl From<UpdateBotDeleteBusinessMessage> for Update
Source§fn from(x: UpdateBotDeleteBusinessMessage) -> Self
fn from(x: UpdateBotDeleteBusinessMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotEditBusinessMessage> for Update
impl From<UpdateBotEditBusinessMessage> for Update
Source§fn from(x: UpdateBotEditBusinessMessage) -> Self
fn from(x: UpdateBotEditBusinessMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotInlineQuery> for Update
impl From<UpdateBotInlineQuery> for Update
Source§fn from(x: UpdateBotInlineQuery) -> Self
fn from(x: UpdateBotInlineQuery) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotInlineSend> for Update
impl From<UpdateBotInlineSend> for Update
Source§fn from(x: UpdateBotInlineSend) -> Self
fn from(x: UpdateBotInlineSend) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotMenuButton> for Update
impl From<UpdateBotMenuButton> for Update
Source§fn from(x: UpdateBotMenuButton) -> Self
fn from(x: UpdateBotMenuButton) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotMessageReaction> for Update
impl From<UpdateBotMessageReaction> for Update
Source§fn from(x: UpdateBotMessageReaction) -> Self
fn from(x: UpdateBotMessageReaction) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotMessageReactions> for Update
impl From<UpdateBotMessageReactions> for Update
Source§fn from(x: UpdateBotMessageReactions) -> Self
fn from(x: UpdateBotMessageReactions) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotNewBusinessMessage> for Update
impl From<UpdateBotNewBusinessMessage> for Update
Source§fn from(x: UpdateBotNewBusinessMessage) -> Self
fn from(x: UpdateBotNewBusinessMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotPrecheckoutQuery> for Update
impl From<UpdateBotPrecheckoutQuery> for Update
Source§fn from(x: UpdateBotPrecheckoutQuery) -> Self
fn from(x: UpdateBotPrecheckoutQuery) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotPurchasedPaidMedia> for Update
impl From<UpdateBotPurchasedPaidMedia> for Update
Source§fn from(x: UpdateBotPurchasedPaidMedia) -> Self
fn from(x: UpdateBotPurchasedPaidMedia) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotShippingQuery> for Update
impl From<UpdateBotShippingQuery> for Update
Source§fn from(x: UpdateBotShippingQuery) -> Self
fn from(x: UpdateBotShippingQuery) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotStopped> for Update
impl From<UpdateBotStopped> for Update
Source§fn from(x: UpdateBotStopped) -> Self
fn from(x: UpdateBotStopped) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotWebhookJson> for Update
impl From<UpdateBotWebhookJson> for Update
Source§fn from(x: UpdateBotWebhookJson) -> Self
fn from(x: UpdateBotWebhookJson) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBotWebhookJsonquery> for Update
impl From<UpdateBotWebhookJsonquery> for Update
Source§fn from(x: UpdateBotWebhookJsonquery) -> Self
fn from(x: UpdateBotWebhookJsonquery) -> Self
Converts to this type from the input type.
Source§impl From<UpdateBusinessBotCallbackQuery> for Update
impl From<UpdateBusinessBotCallbackQuery> for Update
Source§fn from(x: UpdateBusinessBotCallbackQuery) -> Self
fn from(x: UpdateBusinessBotCallbackQuery) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChannel> for Update
impl From<UpdateChannel> for Update
Source§fn from(x: UpdateChannel) -> Self
fn from(x: UpdateChannel) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChannelAvailableMessages> for Update
impl From<UpdateChannelAvailableMessages> for Update
Source§fn from(x: UpdateChannelAvailableMessages) -> Self
fn from(x: UpdateChannelAvailableMessages) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChannelMessageForwards> for Update
impl From<UpdateChannelMessageForwards> for Update
Source§fn from(x: UpdateChannelMessageForwards) -> Self
fn from(x: UpdateChannelMessageForwards) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChannelMessageViews> for Update
impl From<UpdateChannelMessageViews> for Update
Source§fn from(x: UpdateChannelMessageViews) -> Self
fn from(x: UpdateChannelMessageViews) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChannelParticipant> for Update
impl From<UpdateChannelParticipant> for Update
Source§fn from(x: UpdateChannelParticipant) -> Self
fn from(x: UpdateChannelParticipant) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChannelReadMessagesContents> for Update
impl From<UpdateChannelReadMessagesContents> for Update
Source§fn from(x: UpdateChannelReadMessagesContents) -> Self
fn from(x: UpdateChannelReadMessagesContents) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChannelTooLong> for Update
impl From<UpdateChannelTooLong> for Update
Source§fn from(x: UpdateChannelTooLong) -> Self
fn from(x: UpdateChannelTooLong) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChannelUserTyping> for Update
impl From<UpdateChannelUserTyping> for Update
Source§fn from(x: UpdateChannelUserTyping) -> Self
fn from(x: UpdateChannelUserTyping) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChannelViewForumAsMessages> for Update
impl From<UpdateChannelViewForumAsMessages> for Update
Source§fn from(x: UpdateChannelViewForumAsMessages) -> Self
fn from(x: UpdateChannelViewForumAsMessages) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChannelWebPage> for Update
impl From<UpdateChannelWebPage> for Update
Source§fn from(x: UpdateChannelWebPage) -> Self
fn from(x: UpdateChannelWebPage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChat> for Update
impl From<UpdateChat> for Update
Source§fn from(x: UpdateChat) -> Self
fn from(x: UpdateChat) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChatDefaultBannedRights> for Update
impl From<UpdateChatDefaultBannedRights> for Update
Source§fn from(x: UpdateChatDefaultBannedRights) -> Self
fn from(x: UpdateChatDefaultBannedRights) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChatParticipant> for Update
impl From<UpdateChatParticipant> for Update
Source§fn from(x: UpdateChatParticipant) -> Self
fn from(x: UpdateChatParticipant) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChatParticipantAdd> for Update
impl From<UpdateChatParticipantAdd> for Update
Source§fn from(x: UpdateChatParticipantAdd) -> Self
fn from(x: UpdateChatParticipantAdd) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChatParticipantAdmin> for Update
impl From<UpdateChatParticipantAdmin> for Update
Source§fn from(x: UpdateChatParticipantAdmin) -> Self
fn from(x: UpdateChatParticipantAdmin) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChatParticipantDelete> for Update
impl From<UpdateChatParticipantDelete> for Update
Source§fn from(x: UpdateChatParticipantDelete) -> Self
fn from(x: UpdateChatParticipantDelete) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChatParticipantRank> for Update
impl From<UpdateChatParticipantRank> for Update
Source§fn from(x: UpdateChatParticipantRank) -> Self
fn from(x: UpdateChatParticipantRank) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChatParticipants> for Update
impl From<UpdateChatParticipants> for Update
Source§fn from(x: UpdateChatParticipants) -> Self
fn from(x: UpdateChatParticipants) -> Self
Converts to this type from the input type.
Source§impl From<UpdateChatUserTyping> for Update
impl From<UpdateChatUserTyping> for Update
Source§fn from(x: UpdateChatUserTyping) -> Self
fn from(x: UpdateChatUserTyping) -> Self
Converts to this type from the input type.
Source§impl From<UpdateConfig> for Update
impl From<UpdateConfig> for Update
Source§fn from(_x: UpdateConfig) -> Self
fn from(_x: UpdateConfig) -> Self
Converts to this type from the input type.
Source§impl From<UpdateContactsReset> for Update
impl From<UpdateContactsReset> for Update
Source§fn from(_x: UpdateContactsReset) -> Self
fn from(_x: UpdateContactsReset) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDcOptions> for Update
impl From<UpdateDcOptions> for Update
Source§fn from(x: UpdateDcOptions) -> Self
fn from(x: UpdateDcOptions) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDeleteChannelMessages> for Update
impl From<UpdateDeleteChannelMessages> for Update
Source§fn from(x: UpdateDeleteChannelMessages) -> Self
fn from(x: UpdateDeleteChannelMessages) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDeleteGroupCallMessages> for Update
impl From<UpdateDeleteGroupCallMessages> for Update
Source§fn from(x: UpdateDeleteGroupCallMessages) -> Self
fn from(x: UpdateDeleteGroupCallMessages) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDeleteMessages> for Update
impl From<UpdateDeleteMessages> for Update
Source§fn from(x: UpdateDeleteMessages) -> Self
fn from(x: UpdateDeleteMessages) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDeleteQuickReply> for Update
impl From<UpdateDeleteQuickReply> for Update
Source§fn from(x: UpdateDeleteQuickReply) -> Self
fn from(x: UpdateDeleteQuickReply) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDeleteQuickReplyMessages> for Update
impl From<UpdateDeleteQuickReplyMessages> for Update
Source§fn from(x: UpdateDeleteQuickReplyMessages) -> Self
fn from(x: UpdateDeleteQuickReplyMessages) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDeleteScheduledMessages> for Update
impl From<UpdateDeleteScheduledMessages> for Update
Source§fn from(x: UpdateDeleteScheduledMessages) -> Self
fn from(x: UpdateDeleteScheduledMessages) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDialogFilter> for Update
impl From<UpdateDialogFilter> for Update
Source§fn from(x: UpdateDialogFilter) -> Self
fn from(x: UpdateDialogFilter) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDialogFilterOrder> for Update
impl From<UpdateDialogFilterOrder> for Update
Source§fn from(x: UpdateDialogFilterOrder) -> Self
fn from(x: UpdateDialogFilterOrder) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDialogFilters> for Update
impl From<UpdateDialogFilters> for Update
Source§fn from(_x: UpdateDialogFilters) -> Self
fn from(_x: UpdateDialogFilters) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDialogPinned> for Update
impl From<UpdateDialogPinned> for Update
Source§fn from(x: UpdateDialogPinned) -> Self
fn from(x: UpdateDialogPinned) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDialogUnreadMark> for Update
impl From<UpdateDialogUnreadMark> for Update
Source§fn from(x: UpdateDialogUnreadMark) -> Self
fn from(x: UpdateDialogUnreadMark) -> Self
Converts to this type from the input type.
Source§impl From<UpdateDraftMessage> for Update
impl From<UpdateDraftMessage> for Update
Source§fn from(x: UpdateDraftMessage) -> Self
fn from(x: UpdateDraftMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateEditChannelMessage> for Update
impl From<UpdateEditChannelMessage> for Update
Source§fn from(x: UpdateEditChannelMessage) -> Self
fn from(x: UpdateEditChannelMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateEditMessage> for Update
impl From<UpdateEditMessage> for Update
Source§fn from(x: UpdateEditMessage) -> Self
fn from(x: UpdateEditMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateEmojiGameInfo> for Update
impl From<UpdateEmojiGameInfo> for Update
Source§fn from(x: UpdateEmojiGameInfo) -> Self
fn from(x: UpdateEmojiGameInfo) -> Self
Converts to this type from the input type.
Source§impl From<UpdateEncryptedChatTyping> for Update
impl From<UpdateEncryptedChatTyping> for Update
Source§fn from(x: UpdateEncryptedChatTyping) -> Self
fn from(x: UpdateEncryptedChatTyping) -> Self
Converts to this type from the input type.
Source§impl From<UpdateEncryptedMessagesRead> for Update
impl From<UpdateEncryptedMessagesRead> for Update
Source§fn from(x: UpdateEncryptedMessagesRead) -> Self
fn from(x: UpdateEncryptedMessagesRead) -> Self
Converts to this type from the input type.
Source§impl From<UpdateEncryption> for Update
impl From<UpdateEncryption> for Update
Source§fn from(x: UpdateEncryption) -> Self
fn from(x: UpdateEncryption) -> Self
Converts to this type from the input type.
Source§impl From<UpdateFavedStickers> for Update
impl From<UpdateFavedStickers> for Update
Source§fn from(_x: UpdateFavedStickers) -> Self
fn from(_x: UpdateFavedStickers) -> Self
Converts to this type from the input type.
Source§impl From<UpdateFolderPeers> for Update
impl From<UpdateFolderPeers> for Update
Source§fn from(x: UpdateFolderPeers) -> Self
fn from(x: UpdateFolderPeers) -> Self
Converts to this type from the input type.
Source§impl From<UpdateGeoLiveViewed> for Update
impl From<UpdateGeoLiveViewed> for Update
Source§fn from(x: UpdateGeoLiveViewed) -> Self
fn from(x: UpdateGeoLiveViewed) -> Self
Converts to this type from the input type.
Source§impl From<UpdateGroupCall> for Update
impl From<UpdateGroupCall> for Update
Source§fn from(x: UpdateGroupCall) -> Self
fn from(x: UpdateGroupCall) -> Self
Converts to this type from the input type.
Source§impl From<UpdateGroupCallChainBlocks> for Update
impl From<UpdateGroupCallChainBlocks> for Update
Source§fn from(x: UpdateGroupCallChainBlocks) -> Self
fn from(x: UpdateGroupCallChainBlocks) -> Self
Converts to this type from the input type.
Source§impl From<UpdateGroupCallConnection> for Update
impl From<UpdateGroupCallConnection> for Update
Source§fn from(x: UpdateGroupCallConnection) -> Self
fn from(x: UpdateGroupCallConnection) -> Self
Converts to this type from the input type.
Source§impl From<UpdateGroupCallEncryptedMessage> for Update
impl From<UpdateGroupCallEncryptedMessage> for Update
Source§fn from(x: UpdateGroupCallEncryptedMessage) -> Self
fn from(x: UpdateGroupCallEncryptedMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateGroupCallMessage> for Update
impl From<UpdateGroupCallMessage> for Update
Source§fn from(x: UpdateGroupCallMessage) -> Self
fn from(x: UpdateGroupCallMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateGroupCallParticipants> for Update
impl From<UpdateGroupCallParticipants> for Update
Source§fn from(x: UpdateGroupCallParticipants) -> Self
fn from(x: UpdateGroupCallParticipants) -> Self
Converts to this type from the input type.
Source§impl From<UpdateInlineBotCallbackQuery> for Update
impl From<UpdateInlineBotCallbackQuery> for Update
Source§fn from(x: UpdateInlineBotCallbackQuery) -> Self
fn from(x: UpdateInlineBotCallbackQuery) -> Self
Converts to this type from the input type.
Source§impl From<UpdateLangPack> for Update
impl From<UpdateLangPack> for Update
Source§fn from(x: UpdateLangPack) -> Self
fn from(x: UpdateLangPack) -> Self
Converts to this type from the input type.
Source§impl From<UpdateLangPackTooLong> for Update
impl From<UpdateLangPackTooLong> for Update
Source§fn from(x: UpdateLangPackTooLong) -> Self
fn from(x: UpdateLangPackTooLong) -> Self
Converts to this type from the input type.
Source§impl From<UpdateLoginToken> for Update
impl From<UpdateLoginToken> for Update
Source§fn from(_x: UpdateLoginToken) -> Self
fn from(_x: UpdateLoginToken) -> Self
Converts to this type from the input type.
Source§impl From<UpdateMessageExtendedMedia> for Update
impl From<UpdateMessageExtendedMedia> for Update
Source§fn from(x: UpdateMessageExtendedMedia) -> Self
fn from(x: UpdateMessageExtendedMedia) -> Self
Converts to this type from the input type.
Source§impl From<UpdateMessageId> for Update
impl From<UpdateMessageId> for Update
Source§fn from(x: UpdateMessageId) -> Self
fn from(x: UpdateMessageId) -> Self
Converts to this type from the input type.
Source§impl From<UpdateMessagePoll> for Update
impl From<UpdateMessagePoll> for Update
Source§fn from(x: UpdateMessagePoll) -> Self
fn from(x: UpdateMessagePoll) -> Self
Converts to this type from the input type.
Source§impl From<UpdateMessagePollVote> for Update
impl From<UpdateMessagePollVote> for Update
Source§fn from(x: UpdateMessagePollVote) -> Self
fn from(x: UpdateMessagePollVote) -> Self
Converts to this type from the input type.
Source§impl From<UpdateMessageReactions> for Update
impl From<UpdateMessageReactions> for Update
Source§fn from(x: UpdateMessageReactions) -> Self
fn from(x: UpdateMessageReactions) -> Self
Converts to this type from the input type.
Source§impl From<UpdateMonoForumNoPaidException> for Update
impl From<UpdateMonoForumNoPaidException> for Update
Source§fn from(x: UpdateMonoForumNoPaidException) -> Self
fn from(x: UpdateMonoForumNoPaidException) -> Self
Converts to this type from the input type.
Source§impl From<UpdateMoveStickerSetToTop> for Update
impl From<UpdateMoveStickerSetToTop> for Update
Source§fn from(x: UpdateMoveStickerSetToTop) -> Self
fn from(x: UpdateMoveStickerSetToTop) -> Self
Converts to this type from the input type.
Source§impl From<UpdateNewAuthorization> for Update
impl From<UpdateNewAuthorization> for Update
Source§fn from(x: UpdateNewAuthorization) -> Self
fn from(x: UpdateNewAuthorization) -> Self
Converts to this type from the input type.
Source§impl From<UpdateNewChannelMessage> for Update
impl From<UpdateNewChannelMessage> for Update
Source§fn from(x: UpdateNewChannelMessage) -> Self
fn from(x: UpdateNewChannelMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateNewEncryptedMessage> for Update
impl From<UpdateNewEncryptedMessage> for Update
Source§fn from(x: UpdateNewEncryptedMessage) -> Self
fn from(x: UpdateNewEncryptedMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateNewMessage> for Update
impl From<UpdateNewMessage> for Update
Source§fn from(x: UpdateNewMessage) -> Self
fn from(x: UpdateNewMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateNewQuickReply> for Update
impl From<UpdateNewQuickReply> for Update
Source§fn from(x: UpdateNewQuickReply) -> Self
fn from(x: UpdateNewQuickReply) -> Self
Converts to this type from the input type.
Source§impl From<UpdateNewScheduledMessage> for Update
impl From<UpdateNewScheduledMessage> for Update
Source§fn from(x: UpdateNewScheduledMessage) -> Self
fn from(x: UpdateNewScheduledMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateNewStickerSet> for Update
impl From<UpdateNewStickerSet> for Update
Source§fn from(x: UpdateNewStickerSet) -> Self
fn from(x: UpdateNewStickerSet) -> Self
Converts to this type from the input type.
Source§impl From<UpdateNewStoryReaction> for Update
impl From<UpdateNewStoryReaction> for Update
Source§fn from(x: UpdateNewStoryReaction) -> Self
fn from(x: UpdateNewStoryReaction) -> Self
Converts to this type from the input type.
Source§impl From<UpdateNotifySettings> for Update
impl From<UpdateNotifySettings> for Update
Source§fn from(x: UpdateNotifySettings) -> Self
fn from(x: UpdateNotifySettings) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePaidReactionPrivacy> for Update
impl From<UpdatePaidReactionPrivacy> for Update
Source§fn from(x: UpdatePaidReactionPrivacy) -> Self
fn from(x: UpdatePaidReactionPrivacy) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePeerBlocked> for Update
impl From<UpdatePeerBlocked> for Update
Source§fn from(x: UpdatePeerBlocked) -> Self
fn from(x: UpdatePeerBlocked) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePeerHistoryTtl> for Update
impl From<UpdatePeerHistoryTtl> for Update
Source§fn from(x: UpdatePeerHistoryTtl) -> Self
fn from(x: UpdatePeerHistoryTtl) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePeerLocated> for Update
impl From<UpdatePeerLocated> for Update
Source§fn from(x: UpdatePeerLocated) -> Self
fn from(x: UpdatePeerLocated) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePeerSettings> for Update
impl From<UpdatePeerSettings> for Update
Source§fn from(x: UpdatePeerSettings) -> Self
fn from(x: UpdatePeerSettings) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePeerWallpaper> for Update
impl From<UpdatePeerWallpaper> for Update
Source§fn from(x: UpdatePeerWallpaper) -> Self
fn from(x: UpdatePeerWallpaper) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePendingJoinRequests> for Update
impl From<UpdatePendingJoinRequests> for Update
Source§fn from(x: UpdatePendingJoinRequests) -> Self
fn from(x: UpdatePendingJoinRequests) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePhoneCall> for Update
impl From<UpdatePhoneCall> for Update
Source§fn from(x: UpdatePhoneCall) -> Self
fn from(x: UpdatePhoneCall) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePhoneCallSignalingData> for Update
impl From<UpdatePhoneCallSignalingData> for Update
Source§fn from(x: UpdatePhoneCallSignalingData) -> Self
fn from(x: UpdatePhoneCallSignalingData) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePinnedChannelMessages> for Update
impl From<UpdatePinnedChannelMessages> for Update
Source§fn from(x: UpdatePinnedChannelMessages) -> Self
fn from(x: UpdatePinnedChannelMessages) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePinnedDialogs> for Update
impl From<UpdatePinnedDialogs> for Update
Source§fn from(x: UpdatePinnedDialogs) -> Self
fn from(x: UpdatePinnedDialogs) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePinnedForumTopic> for Update
impl From<UpdatePinnedForumTopic> for Update
Source§fn from(x: UpdatePinnedForumTopic) -> Self
fn from(x: UpdatePinnedForumTopic) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePinnedForumTopics> for Update
impl From<UpdatePinnedForumTopics> for Update
Source§fn from(x: UpdatePinnedForumTopics) -> Self
fn from(x: UpdatePinnedForumTopics) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePinnedMessages> for Update
impl From<UpdatePinnedMessages> for Update
Source§fn from(x: UpdatePinnedMessages) -> Self
fn from(x: UpdatePinnedMessages) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePinnedSavedDialogs> for Update
impl From<UpdatePinnedSavedDialogs> for Update
Source§fn from(x: UpdatePinnedSavedDialogs) -> Self
fn from(x: UpdatePinnedSavedDialogs) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePrivacy> for Update
impl From<UpdatePrivacy> for Update
Source§fn from(x: UpdatePrivacy) -> Self
fn from(x: UpdatePrivacy) -> Self
Converts to this type from the input type.
Source§impl From<UpdatePtsChanged> for Update
impl From<UpdatePtsChanged> for Update
Source§fn from(_x: UpdatePtsChanged) -> Self
fn from(_x: UpdatePtsChanged) -> Self
Converts to this type from the input type.
Source§impl From<UpdateQuickReplies> for Update
impl From<UpdateQuickReplies> for Update
Source§fn from(x: UpdateQuickReplies) -> Self
fn from(x: UpdateQuickReplies) -> Self
Converts to this type from the input type.
Source§impl From<UpdateQuickReplyMessage> for Update
impl From<UpdateQuickReplyMessage> for Update
Source§fn from(x: UpdateQuickReplyMessage) -> Self
fn from(x: UpdateQuickReplyMessage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadChannelDiscussionInbox> for Update
impl From<UpdateReadChannelDiscussionInbox> for Update
Source§fn from(x: UpdateReadChannelDiscussionInbox) -> Self
fn from(x: UpdateReadChannelDiscussionInbox) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadChannelDiscussionOutbox> for Update
impl From<UpdateReadChannelDiscussionOutbox> for Update
Source§fn from(x: UpdateReadChannelDiscussionOutbox) -> Self
fn from(x: UpdateReadChannelDiscussionOutbox) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadChannelInbox> for Update
impl From<UpdateReadChannelInbox> for Update
Source§fn from(x: UpdateReadChannelInbox) -> Self
fn from(x: UpdateReadChannelInbox) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadChannelOutbox> for Update
impl From<UpdateReadChannelOutbox> for Update
Source§fn from(x: UpdateReadChannelOutbox) -> Self
fn from(x: UpdateReadChannelOutbox) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadFeaturedEmojiStickers> for Update
impl From<UpdateReadFeaturedEmojiStickers> for Update
Source§fn from(_x: UpdateReadFeaturedEmojiStickers) -> Self
fn from(_x: UpdateReadFeaturedEmojiStickers) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadFeaturedStickers> for Update
impl From<UpdateReadFeaturedStickers> for Update
Source§fn from(_x: UpdateReadFeaturedStickers) -> Self
fn from(_x: UpdateReadFeaturedStickers) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadHistoryInbox> for Update
impl From<UpdateReadHistoryInbox> for Update
Source§fn from(x: UpdateReadHistoryInbox) -> Self
fn from(x: UpdateReadHistoryInbox) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadHistoryOutbox> for Update
impl From<UpdateReadHistoryOutbox> for Update
Source§fn from(x: UpdateReadHistoryOutbox) -> Self
fn from(x: UpdateReadHistoryOutbox) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadMessagesContents> for Update
impl From<UpdateReadMessagesContents> for Update
Source§fn from(x: UpdateReadMessagesContents) -> Self
fn from(x: UpdateReadMessagesContents) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadMonoForumInbox> for Update
impl From<UpdateReadMonoForumInbox> for Update
Source§fn from(x: UpdateReadMonoForumInbox) -> Self
fn from(x: UpdateReadMonoForumInbox) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadMonoForumOutbox> for Update
impl From<UpdateReadMonoForumOutbox> for Update
Source§fn from(x: UpdateReadMonoForumOutbox) -> Self
fn from(x: UpdateReadMonoForumOutbox) -> Self
Converts to this type from the input type.
Source§impl From<UpdateReadStories> for Update
impl From<UpdateReadStories> for Update
Source§fn from(x: UpdateReadStories) -> Self
fn from(x: UpdateReadStories) -> Self
Converts to this type from the input type.
Source§impl From<UpdateRecentEmojiStatuses> for Update
impl From<UpdateRecentEmojiStatuses> for Update
Source§fn from(_x: UpdateRecentEmojiStatuses) -> Self
fn from(_x: UpdateRecentEmojiStatuses) -> Self
Converts to this type from the input type.
Source§impl From<UpdateRecentReactions> for Update
impl From<UpdateRecentReactions> for Update
Source§fn from(_x: UpdateRecentReactions) -> Self
fn from(_x: UpdateRecentReactions) -> Self
Converts to this type from the input type.
Source§impl From<UpdateRecentStickers> for Update
impl From<UpdateRecentStickers> for Update
Source§fn from(_x: UpdateRecentStickers) -> Self
fn from(_x: UpdateRecentStickers) -> Self
Converts to this type from the input type.
Source§impl From<UpdateSavedDialogPinned> for Update
impl From<UpdateSavedDialogPinned> for Update
Source§fn from(x: UpdateSavedDialogPinned) -> Self
fn from(x: UpdateSavedDialogPinned) -> Self
Converts to this type from the input type.
Source§impl From<UpdateSavedGifs> for Update
impl From<UpdateSavedGifs> for Update
Source§fn from(_x: UpdateSavedGifs) -> Self
fn from(_x: UpdateSavedGifs) -> Self
Converts to this type from the input type.
Source§impl From<UpdateSavedReactionTags> for Update
impl From<UpdateSavedReactionTags> for Update
Source§fn from(_x: UpdateSavedReactionTags) -> Self
fn from(_x: UpdateSavedReactionTags) -> Self
Converts to this type from the input type.
Source§impl From<UpdateSavedRingtones> for Update
impl From<UpdateSavedRingtones> for Update
Source§fn from(_x: UpdateSavedRingtones) -> Self
fn from(_x: UpdateSavedRingtones) -> Self
Converts to this type from the input type.
Source§impl From<UpdateSentPhoneCode> for Update
impl From<UpdateSentPhoneCode> for Update
Source§fn from(x: UpdateSentPhoneCode) -> Self
fn from(x: UpdateSentPhoneCode) -> Self
Converts to this type from the input type.
Source§impl From<UpdateSentStoryReaction> for Update
impl From<UpdateSentStoryReaction> for Update
Source§fn from(x: UpdateSentStoryReaction) -> Self
fn from(x: UpdateSentStoryReaction) -> Self
Converts to this type from the input type.
Source§impl From<UpdateServiceNotification> for Update
impl From<UpdateServiceNotification> for Update
Source§fn from(x: UpdateServiceNotification) -> Self
fn from(x: UpdateServiceNotification) -> Self
Converts to this type from the input type.
Source§impl From<UpdateSmsJob> for Update
impl From<UpdateSmsJob> for Update
Source§fn from(x: UpdateSmsJob) -> Self
fn from(x: UpdateSmsJob) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStarGiftAuctionState> for Update
impl From<UpdateStarGiftAuctionState> for Update
Source§fn from(x: UpdateStarGiftAuctionState) -> Self
fn from(x: UpdateStarGiftAuctionState) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStarGiftAuctionUserState> for Update
impl From<UpdateStarGiftAuctionUserState> for Update
Source§fn from(x: UpdateStarGiftAuctionUserState) -> Self
fn from(x: UpdateStarGiftAuctionUserState) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStarGiftCraftFail> for Update
impl From<UpdateStarGiftCraftFail> for Update
Source§fn from(_x: UpdateStarGiftCraftFail) -> Self
fn from(_x: UpdateStarGiftCraftFail) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStarsBalance> for Update
impl From<UpdateStarsBalance> for Update
Source§fn from(x: UpdateStarsBalance) -> Self
fn from(x: UpdateStarsBalance) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStarsRevenueStatus> for Update
impl From<UpdateStarsRevenueStatus> for Update
Source§fn from(x: UpdateStarsRevenueStatus) -> Self
fn from(x: UpdateStarsRevenueStatus) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStickerSets> for Update
impl From<UpdateStickerSets> for Update
Source§fn from(x: UpdateStickerSets) -> Self
fn from(x: UpdateStickerSets) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStickerSetsOrder> for Update
impl From<UpdateStickerSetsOrder> for Update
Source§fn from(x: UpdateStickerSetsOrder) -> Self
fn from(x: UpdateStickerSetsOrder) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStoriesStealthMode> for Update
impl From<UpdateStoriesStealthMode> for Update
Source§fn from(x: UpdateStoriesStealthMode) -> Self
fn from(x: UpdateStoriesStealthMode) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStory> for Update
impl From<UpdateStory> for Update
Source§fn from(x: UpdateStory) -> Self
fn from(x: UpdateStory) -> Self
Converts to this type from the input type.
Source§impl From<UpdateStoryId> for Update
impl From<UpdateStoryId> for Update
Source§fn from(x: UpdateStoryId) -> Self
fn from(x: UpdateStoryId) -> Self
Converts to this type from the input type.
Source§impl From<UpdateTheme> for Update
impl From<UpdateTheme> for Update
Source§fn from(x: UpdateTheme) -> Self
fn from(x: UpdateTheme) -> Self
Converts to this type from the input type.
Source§impl From<UpdateTranscribedAudio> for Update
impl From<UpdateTranscribedAudio> for Update
Source§fn from(x: UpdateTranscribedAudio) -> Self
fn from(x: UpdateTranscribedAudio) -> Self
Converts to this type from the input type.
Source§impl From<UpdateUser> for Update
impl From<UpdateUser> for Update
Source§fn from(x: UpdateUser) -> Self
fn from(x: UpdateUser) -> Self
Converts to this type from the input type.
Source§impl From<UpdateUserEmojiStatus> for Update
impl From<UpdateUserEmojiStatus> for Update
Source§fn from(x: UpdateUserEmojiStatus) -> Self
fn from(x: UpdateUserEmojiStatus) -> Self
Converts to this type from the input type.
Source§impl From<UpdateUserName> for Update
impl From<UpdateUserName> for Update
Source§fn from(x: UpdateUserName) -> Self
fn from(x: UpdateUserName) -> Self
Converts to this type from the input type.
Source§impl From<UpdateUserPhone> for Update
impl From<UpdateUserPhone> for Update
Source§fn from(x: UpdateUserPhone) -> Self
fn from(x: UpdateUserPhone) -> Self
Converts to this type from the input type.
Source§impl From<UpdateUserStatus> for Update
impl From<UpdateUserStatus> for Update
Source§fn from(x: UpdateUserStatus) -> Self
fn from(x: UpdateUserStatus) -> Self
Converts to this type from the input type.
Source§impl From<UpdateUserTyping> for Update
impl From<UpdateUserTyping> for Update
Source§fn from(x: UpdateUserTyping) -> Self
fn from(x: UpdateUserTyping) -> Self
Converts to this type from the input type.
Source§impl From<UpdateWebPage> for Update
impl From<UpdateWebPage> for Update
Source§fn from(x: UpdateWebPage) -> Self
fn from(x: UpdateWebPage) -> Self
Converts to this type from the input type.
Source§impl From<UpdateWebViewResultSent> for Update
impl From<UpdateWebViewResultSent> for Update
Source§fn from(x: UpdateWebViewResultSent) -> Self
fn from(x: UpdateWebViewResultSent) -> Self
Converts to this type from the input type.
Source§impl Serializable for Update
impl Serializable for Update
Source§impl TryFrom<Update> for UpdateBotBusinessConnect
impl TryFrom<Update> for UpdateBotBusinessConnect
Source§impl TryFrom<Update> for UpdateBotCallbackQuery
impl TryFrom<Update> for UpdateBotCallbackQuery
Source§impl TryFrom<Update> for UpdateBotChatBoost
impl TryFrom<Update> for UpdateBotChatBoost
Source§impl TryFrom<Update> for UpdateBotChatInviteRequester
impl TryFrom<Update> for UpdateBotChatInviteRequester
Source§impl TryFrom<Update> for UpdateBotCommands
impl TryFrom<Update> for UpdateBotCommands
Source§impl TryFrom<Update> for UpdateBotEditBusinessMessage
impl TryFrom<Update> for UpdateBotEditBusinessMessage
Source§impl TryFrom<Update> for UpdateBotInlineQuery
impl TryFrom<Update> for UpdateBotInlineQuery
Source§impl TryFrom<Update> for UpdateBotInlineSend
impl TryFrom<Update> for UpdateBotInlineSend
Source§impl TryFrom<Update> for UpdateBotMenuButton
impl TryFrom<Update> for UpdateBotMenuButton
Source§impl TryFrom<Update> for UpdateBotMessageReaction
impl TryFrom<Update> for UpdateBotMessageReaction
Source§impl TryFrom<Update> for UpdateBotMessageReactions
impl TryFrom<Update> for UpdateBotMessageReactions
Source§impl TryFrom<Update> for UpdateBotNewBusinessMessage
impl TryFrom<Update> for UpdateBotNewBusinessMessage
Source§impl TryFrom<Update> for UpdateBotPrecheckoutQuery
impl TryFrom<Update> for UpdateBotPrecheckoutQuery
Source§impl TryFrom<Update> for UpdateBotPurchasedPaidMedia
impl TryFrom<Update> for UpdateBotPurchasedPaidMedia
Source§impl TryFrom<Update> for UpdateBotShippingQuery
impl TryFrom<Update> for UpdateBotShippingQuery
Source§impl TryFrom<Update> for UpdateBotStopped
impl TryFrom<Update> for UpdateBotStopped
Source§impl TryFrom<Update> for UpdateBotWebhookJson
impl TryFrom<Update> for UpdateBotWebhookJson
Source§impl TryFrom<Update> for UpdateBotWebhookJsonquery
impl TryFrom<Update> for UpdateBotWebhookJsonquery
Source§impl TryFrom<Update> for UpdateChannel
impl TryFrom<Update> for UpdateChannel
Source§impl TryFrom<Update> for UpdateChannelMessageForwards
impl TryFrom<Update> for UpdateChannelMessageForwards
Source§impl TryFrom<Update> for UpdateChannelMessageViews
impl TryFrom<Update> for UpdateChannelMessageViews
Source§impl TryFrom<Update> for UpdateChannelParticipant
impl TryFrom<Update> for UpdateChannelParticipant
Source§impl TryFrom<Update> for UpdateChannelTooLong
impl TryFrom<Update> for UpdateChannelTooLong
Source§impl TryFrom<Update> for UpdateChannelUserTyping
impl TryFrom<Update> for UpdateChannelUserTyping
Source§impl TryFrom<Update> for UpdateChannelWebPage
impl TryFrom<Update> for UpdateChannelWebPage
Source§impl TryFrom<Update> for UpdateChat
impl TryFrom<Update> for UpdateChat
Source§impl TryFrom<Update> for UpdateChatParticipant
impl TryFrom<Update> for UpdateChatParticipant
Source§impl TryFrom<Update> for UpdateChatParticipantAdd
impl TryFrom<Update> for UpdateChatParticipantAdd
Source§impl TryFrom<Update> for UpdateChatParticipantAdmin
impl TryFrom<Update> for UpdateChatParticipantAdmin
Source§impl TryFrom<Update> for UpdateChatParticipantDelete
impl TryFrom<Update> for UpdateChatParticipantDelete
Source§impl TryFrom<Update> for UpdateChatParticipantRank
impl TryFrom<Update> for UpdateChatParticipantRank
Source§impl TryFrom<Update> for UpdateChatParticipants
impl TryFrom<Update> for UpdateChatParticipants
Source§impl TryFrom<Update> for UpdateChatUserTyping
impl TryFrom<Update> for UpdateChatUserTyping
Source§impl TryFrom<Update> for UpdateDcOptions
impl TryFrom<Update> for UpdateDcOptions
Source§impl TryFrom<Update> for UpdateDeleteChannelMessages
impl TryFrom<Update> for UpdateDeleteChannelMessages
Source§impl TryFrom<Update> for UpdateDeleteMessages
impl TryFrom<Update> for UpdateDeleteMessages
Source§impl TryFrom<Update> for UpdateDeleteQuickReply
impl TryFrom<Update> for UpdateDeleteQuickReply
Source§impl TryFrom<Update> for UpdateDialogFilter
impl TryFrom<Update> for UpdateDialogFilter
Source§impl TryFrom<Update> for UpdateDialogFilterOrder
impl TryFrom<Update> for UpdateDialogFilterOrder
Source§impl TryFrom<Update> for UpdateDialogPinned
impl TryFrom<Update> for UpdateDialogPinned
Source§impl TryFrom<Update> for UpdateDialogUnreadMark
impl TryFrom<Update> for UpdateDialogUnreadMark
Source§impl TryFrom<Update> for UpdateDraftMessage
impl TryFrom<Update> for UpdateDraftMessage
Source§impl TryFrom<Update> for UpdateEditChannelMessage
impl TryFrom<Update> for UpdateEditChannelMessage
Source§impl TryFrom<Update> for UpdateEditMessage
impl TryFrom<Update> for UpdateEditMessage
Source§impl TryFrom<Update> for UpdateEmojiGameInfo
impl TryFrom<Update> for UpdateEmojiGameInfo
Source§impl TryFrom<Update> for UpdateEncryptedChatTyping
impl TryFrom<Update> for UpdateEncryptedChatTyping
Source§impl TryFrom<Update> for UpdateEncryptedMessagesRead
impl TryFrom<Update> for UpdateEncryptedMessagesRead
Source§impl TryFrom<Update> for UpdateEncryption
impl TryFrom<Update> for UpdateEncryption
Source§impl TryFrom<Update> for UpdateFolderPeers
impl TryFrom<Update> for UpdateFolderPeers
Source§impl TryFrom<Update> for UpdateGeoLiveViewed
impl TryFrom<Update> for UpdateGeoLiveViewed
Source§impl TryFrom<Update> for UpdateGroupCall
impl TryFrom<Update> for UpdateGroupCall
Source§impl TryFrom<Update> for UpdateGroupCallChainBlocks
impl TryFrom<Update> for UpdateGroupCallChainBlocks
Source§impl TryFrom<Update> for UpdateGroupCallConnection
impl TryFrom<Update> for UpdateGroupCallConnection
Source§impl TryFrom<Update> for UpdateGroupCallMessage
impl TryFrom<Update> for UpdateGroupCallMessage
Source§impl TryFrom<Update> for UpdateGroupCallParticipants
impl TryFrom<Update> for UpdateGroupCallParticipants
Source§impl TryFrom<Update> for UpdateInlineBotCallbackQuery
impl TryFrom<Update> for UpdateInlineBotCallbackQuery
Source§impl TryFrom<Update> for UpdateLangPack
impl TryFrom<Update> for UpdateLangPack
Source§impl TryFrom<Update> for UpdateLangPackTooLong
impl TryFrom<Update> for UpdateLangPackTooLong
Source§impl TryFrom<Update> for UpdateMessageExtendedMedia
impl TryFrom<Update> for UpdateMessageExtendedMedia
Source§impl TryFrom<Update> for UpdateMessageId
impl TryFrom<Update> for UpdateMessageId
Source§impl TryFrom<Update> for UpdateMessagePoll
impl TryFrom<Update> for UpdateMessagePoll
Source§impl TryFrom<Update> for UpdateMessagePollVote
impl TryFrom<Update> for UpdateMessagePollVote
Source§impl TryFrom<Update> for UpdateMessageReactions
impl TryFrom<Update> for UpdateMessageReactions
Source§impl TryFrom<Update> for UpdateMoveStickerSetToTop
impl TryFrom<Update> for UpdateMoveStickerSetToTop
Source§impl TryFrom<Update> for UpdateNewAuthorization
impl TryFrom<Update> for UpdateNewAuthorization
Source§impl TryFrom<Update> for UpdateNewChannelMessage
impl TryFrom<Update> for UpdateNewChannelMessage
Source§impl TryFrom<Update> for UpdateNewEncryptedMessage
impl TryFrom<Update> for UpdateNewEncryptedMessage
Source§impl TryFrom<Update> for UpdateNewMessage
impl TryFrom<Update> for UpdateNewMessage
Source§impl TryFrom<Update> for UpdateNewQuickReply
impl TryFrom<Update> for UpdateNewQuickReply
Source§impl TryFrom<Update> for UpdateNewScheduledMessage
impl TryFrom<Update> for UpdateNewScheduledMessage
Source§impl TryFrom<Update> for UpdateNewStickerSet
impl TryFrom<Update> for UpdateNewStickerSet
Source§impl TryFrom<Update> for UpdateNewStoryReaction
impl TryFrom<Update> for UpdateNewStoryReaction
Source§impl TryFrom<Update> for UpdateNotifySettings
impl TryFrom<Update> for UpdateNotifySettings
Source§impl TryFrom<Update> for UpdatePaidReactionPrivacy
impl TryFrom<Update> for UpdatePaidReactionPrivacy
Source§impl TryFrom<Update> for UpdatePeerBlocked
impl TryFrom<Update> for UpdatePeerBlocked
Source§impl TryFrom<Update> for UpdatePeerHistoryTtl
impl TryFrom<Update> for UpdatePeerHistoryTtl
Source§impl TryFrom<Update> for UpdatePeerLocated
impl TryFrom<Update> for UpdatePeerLocated
Source§impl TryFrom<Update> for UpdatePeerSettings
impl TryFrom<Update> for UpdatePeerSettings
Source§impl TryFrom<Update> for UpdatePeerWallpaper
impl TryFrom<Update> for UpdatePeerWallpaper
Source§impl TryFrom<Update> for UpdatePendingJoinRequests
impl TryFrom<Update> for UpdatePendingJoinRequests
Source§impl TryFrom<Update> for UpdatePhoneCall
impl TryFrom<Update> for UpdatePhoneCall
Source§impl TryFrom<Update> for UpdatePhoneCallSignalingData
impl TryFrom<Update> for UpdatePhoneCallSignalingData
Source§impl TryFrom<Update> for UpdatePinnedChannelMessages
impl TryFrom<Update> for UpdatePinnedChannelMessages
Source§impl TryFrom<Update> for UpdatePinnedDialogs
impl TryFrom<Update> for UpdatePinnedDialogs
Source§impl TryFrom<Update> for UpdatePinnedForumTopic
impl TryFrom<Update> for UpdatePinnedForumTopic
Source§impl TryFrom<Update> for UpdatePinnedForumTopics
impl TryFrom<Update> for UpdatePinnedForumTopics
Source§impl TryFrom<Update> for UpdatePinnedMessages
impl TryFrom<Update> for UpdatePinnedMessages
Source§impl TryFrom<Update> for UpdatePinnedSavedDialogs
impl TryFrom<Update> for UpdatePinnedSavedDialogs
Source§impl TryFrom<Update> for UpdatePrivacy
impl TryFrom<Update> for UpdatePrivacy
Source§impl TryFrom<Update> for UpdateQuickReplies
impl TryFrom<Update> for UpdateQuickReplies
Source§impl TryFrom<Update> for UpdateQuickReplyMessage
impl TryFrom<Update> for UpdateQuickReplyMessage
Source§impl TryFrom<Update> for UpdateReadChannelInbox
impl TryFrom<Update> for UpdateReadChannelInbox
Source§impl TryFrom<Update> for UpdateReadChannelOutbox
impl TryFrom<Update> for UpdateReadChannelOutbox
Source§impl TryFrom<Update> for UpdateReadHistoryInbox
impl TryFrom<Update> for UpdateReadHistoryInbox
Source§impl TryFrom<Update> for UpdateReadHistoryOutbox
impl TryFrom<Update> for UpdateReadHistoryOutbox
Source§impl TryFrom<Update> for UpdateReadMessagesContents
impl TryFrom<Update> for UpdateReadMessagesContents
Source§impl TryFrom<Update> for UpdateReadMonoForumInbox
impl TryFrom<Update> for UpdateReadMonoForumInbox
Source§impl TryFrom<Update> for UpdateReadMonoForumOutbox
impl TryFrom<Update> for UpdateReadMonoForumOutbox
Source§impl TryFrom<Update> for UpdateReadStories
impl TryFrom<Update> for UpdateReadStories
Source§impl TryFrom<Update> for UpdateSavedDialogPinned
impl TryFrom<Update> for UpdateSavedDialogPinned
Source§impl TryFrom<Update> for UpdateSentPhoneCode
impl TryFrom<Update> for UpdateSentPhoneCode
Source§impl TryFrom<Update> for UpdateSentStoryReaction
impl TryFrom<Update> for UpdateSentStoryReaction
Source§impl TryFrom<Update> for UpdateServiceNotification
impl TryFrom<Update> for UpdateServiceNotification
Source§impl TryFrom<Update> for UpdateSmsJob
impl TryFrom<Update> for UpdateSmsJob
Source§impl TryFrom<Update> for UpdateStarGiftAuctionState
impl TryFrom<Update> for UpdateStarGiftAuctionState
Source§impl TryFrom<Update> for UpdateStarsBalance
impl TryFrom<Update> for UpdateStarsBalance
Source§impl TryFrom<Update> for UpdateStarsRevenueStatus
impl TryFrom<Update> for UpdateStarsRevenueStatus
Source§impl TryFrom<Update> for UpdateStickerSets
impl TryFrom<Update> for UpdateStickerSets
Source§impl TryFrom<Update> for UpdateStickerSetsOrder
impl TryFrom<Update> for UpdateStickerSetsOrder
Source§impl TryFrom<Update> for UpdateStoriesStealthMode
impl TryFrom<Update> for UpdateStoriesStealthMode
Source§impl TryFrom<Update> for UpdateStory
impl TryFrom<Update> for UpdateStory
Source§impl TryFrom<Update> for UpdateStoryId
impl TryFrom<Update> for UpdateStoryId
Source§impl TryFrom<Update> for UpdateTheme
impl TryFrom<Update> for UpdateTheme
Source§impl TryFrom<Update> for UpdateTranscribedAudio
impl TryFrom<Update> for UpdateTranscribedAudio
Source§impl TryFrom<Update> for UpdateUser
impl TryFrom<Update> for UpdateUser
Source§impl TryFrom<Update> for UpdateUserEmojiStatus
impl TryFrom<Update> for UpdateUserEmojiStatus
Source§impl TryFrom<Update> for UpdateUserName
impl TryFrom<Update> for UpdateUserName
Source§impl TryFrom<Update> for UpdateUserPhone
impl TryFrom<Update> for UpdateUserPhone
Source§impl TryFrom<Update> for UpdateUserStatus
impl TryFrom<Update> for UpdateUserStatus
Source§impl TryFrom<Update> for UpdateUserTyping
impl TryFrom<Update> for UpdateUserTyping
Source§impl TryFrom<Update> for UpdateWebPage
impl TryFrom<Update> for UpdateWebPage
Source§impl TryFrom<Update> for UpdateWebViewResultSent
impl TryFrom<Update> for UpdateWebViewResultSent
impl StructuralPartialEq for Update
Auto Trait Implementations§
impl Freeze for Update
impl RefUnwindSafe for Update
impl Send for Update
impl Sync for Update
impl Unpin for Update
impl UnsafeUnpin for Update
impl UnwindSafe for Update
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more