[][src]Trait rtdlib::types::Update

pub trait Update: Object + RObject + Debug + Serialize + Deserialize { }

This class is an abstract base class. Contains notifications about data changes.

Methods

impl dyn Update[src]

pub fn from_json<S: AsRef<str>>(json: S) -> Option<Box<Self>>[src]

Trait Implementations

impl<'typetag> Serialize for dyn Update + 'typetag[src]

impl<'typetag> Serialize for dyn Update + Send + 'typetag[src]

impl<'typetag> Serialize for dyn Update + Sync + 'typetag[src]

impl<'typetag> Serialize for dyn Update + Send + Sync + 'typetag[src]

impl Strictest for dyn Update[src]

type Object = dyn Update

Implementors

impl Update for UpdateActiveNotifications[src]

impl Update for UpdateAuthorizationState[src]

impl Update for UpdateBasicGroup[src]

impl Update for UpdateBasicGroupFullInfo[src]

impl Update for UpdateCall[src]

impl Update for UpdateChatDefaultDisableNotification[src]

impl Update for UpdateChatDraftMessage[src]

impl Update for UpdateChatIsMarkedAsUnread[src]

impl Update for UpdateChatIsPinned[src]

impl Update for UpdateChatIsSponsored[src]

impl Update for UpdateChatLastMessage[src]

impl Update for UpdateChatNotificationSettings[src]

impl Update for UpdateChatOnlineMemberCount[src]

impl Update for UpdateChatOrder[src]

impl Update for UpdateChatPhoto[src]

impl Update for UpdateChatPinnedMessage[src]

impl Update for UpdateChatReadInbox[src]

impl Update for UpdateChatReadOutbox[src]

impl Update for UpdateChatReplyMarkup[src]

impl Update for UpdateChatTitle[src]

impl Update for UpdateChatUnreadMentionCount[src]

impl Update for UpdateConnectionState[src]

impl Update for UpdateDeleteMessages[src]

impl Update for UpdateFavoriteStickers[src]

impl Update for UpdateFile[src]

impl Update for UpdateFileGenerationStart[src]

impl Update for UpdateFileGenerationStop[src]

impl Update for UpdateHavePendingNotifications[src]

impl Update for UpdateInstalledStickerSets[src]

impl Update for UpdateLanguagePackStrings[src]

impl Update for UpdateMessageContent[src]

impl Update for UpdateMessageContentOpened[src]

impl Update for UpdateMessageEdited[src]

impl Update for UpdateMessageMentionRead[src]

impl Update for UpdateMessageSendAcknowledged[src]

impl Update for UpdateMessageSendFailed[src]

impl Update for UpdateMessageSendSucceeded[src]

impl Update for UpdateMessageViews[src]

impl Update for UpdateNewCallbackQuery[src]

impl Update for UpdateNewChat[src]

impl Update for UpdateNewChosenInlineResult[src]

impl Update for UpdateNewCustomEvent[src]

impl Update for UpdateNewCustomQuery[src]

impl Update for UpdateNewInlineCallbackQuery[src]

impl Update for UpdateNewInlineQuery[src]

impl Update for UpdateNewMessage[src]

impl Update for UpdateNewPreCheckoutQuery[src]

impl Update for UpdateNewShippingQuery[src]

impl Update for UpdateNotification[src]

impl Update for UpdateNotificationGroup[src]

impl Update for UpdateOption[src]

impl Update for UpdatePoll[src]

impl Update for UpdateRecentStickers[src]

impl Update for UpdateSavedAnimations[src]

impl Update for UpdateScopeNotificationSettings[src]

impl Update for UpdateSecretChat[src]

impl Update for UpdateServiceNotification[src]

impl Update for UpdateSupergroup[src]

impl Update for UpdateSupergroupFullInfo[src]

impl Update for UpdateTermsOfService[src]

impl Update for UpdateTrendingStickerSets[src]

impl Update for UpdateUnreadChatCount[src]

impl Update for UpdateUnreadMessageCount[src]

impl Update for UpdateUser[src]

impl Update for UpdateUserChatAction[src]

impl Update for UpdateUserFullInfo[src]

impl Update for UpdateUserPrivacySettingRules[src]

impl Update for UpdateUserStatus[src]

Loading content...