Trait rust_tdlib::types::TDChatReportReason [−][src]
pub trait TDChatReportReason: Debug + RObject { }
Expand description
Describes the reason why a chat is reported
pub trait TDChatReportReason: Debug + RObject { }
Describes the reason why a chat is reported
impl<'a, CHATREPORTREASON: TDChatReportReason> TDChatReportReason for &'a CHATREPORTREASON
[src]impl<'a, CHATREPORTREASON: TDChatReportReason> TDChatReportReason for &'a mut CHATREPORTREASON
[src]impl TDChatReportReason for ChatReportReasonChildAbuse
[src]impl TDChatReportReason for ChatReportReasonCopyright
[src]impl TDChatReportReason for ChatReportReasonCustom
[src]impl TDChatReportReason for ChatReportReasonPornography
[src]impl TDChatReportReason for ChatReportReasonSpam
[src]impl TDChatReportReason for ChatReportReasonUnrelatedLocation
[src]impl TDChatReportReason for ChatReportReasonViolence
[src]