Enum telegram::schema::ReportReason []

pub enum ReportReason {
    inputReportReasonSpam,
    inputReportReasonViolence,
    inputReportReasonPornography,
    inputReportReasonOther {
        text: String,
    },
}

Variants

Fields of inputReportReasonOther

Trait Implementations

impl Debug for ReportReason
[src]

Formats the value using the given formatter.

impl Serialize for ReportReason

Serialize to the passed buffer.