Trait rust_tdlib::types::TDChatEventAction [−][src]
pub trait TDChatEventAction: Debug + RObject { }
Expand description
Represents a chat event
pub trait TDChatEventAction: Debug + RObject { }
Represents a chat event
impl<'a, CHATEVENTACTION: TDChatEventAction> TDChatEventAction for &'a CHATEVENTACTION
[src]impl<'a, CHATEVENTACTION: TDChatEventAction> TDChatEventAction for &'a mut CHATEVENTACTION
[src]impl TDChatEventAction for ChatEventDescriptionChanged
[src]impl TDChatEventAction for ChatEventInvitesToggled
[src]impl TDChatEventAction for ChatEventIsAllHistoryAvailableToggled
[src]impl TDChatEventAction for ChatEventLinkedChatChanged
[src]impl TDChatEventAction for ChatEventLocationChanged
[src]impl TDChatEventAction for ChatEventMemberInvited
[src]impl TDChatEventAction for ChatEventMemberJoined
[src]impl TDChatEventAction for ChatEventMemberLeft
[src]impl TDChatEventAction for ChatEventMemberPromoted
[src]impl TDChatEventAction for ChatEventMemberRestricted
[src]impl TDChatEventAction for ChatEventMessageDeleted
[src]impl TDChatEventAction for ChatEventMessageEdited
[src]impl TDChatEventAction for ChatEventMessagePinned
[src]impl TDChatEventAction for ChatEventMessageUnpinned
[src]impl TDChatEventAction for ChatEventPermissionsChanged
[src]impl TDChatEventAction for ChatEventPhotoChanged
[src]impl TDChatEventAction for ChatEventPollStopped
[src]impl TDChatEventAction for ChatEventSignMessagesToggled
[src]impl TDChatEventAction for ChatEventSlowModeDelayChanged
[src]impl TDChatEventAction for ChatEventStickerSetChanged
[src]impl TDChatEventAction for ChatEventTitleChanged
[src]impl TDChatEventAction for ChatEventUsernameChanged
[src]