type github.com/gotd/td/tg.InputReportReasonPornography
19 uses
github.com/gotd/td/tg (current package)
tl_registry_gen.go#L3783: InputReportReasonPornographyTypeID: func() bin.Object { return &InputReportReasonPornography{} },
tl_report_reason_gen.go#L242: type InputReportReasonPornography struct {
tl_report_reason_gen.go#L249: func (i InputReportReasonPornography) construct() ReportReasonClass { return &i }
tl_report_reason_gen.go#L253: _ bin.Encoder = &InputReportReasonPornography{}
tl_report_reason_gen.go#L254: _ bin.Decoder = &InputReportReasonPornography{}
tl_report_reason_gen.go#L255: _ bin.BareEncoder = &InputReportReasonPornography{}
tl_report_reason_gen.go#L256: _ bin.BareDecoder = &InputReportReasonPornography{}
tl_report_reason_gen.go#L258: _ ReportReasonClass = &InputReportReasonPornography{}
tl_report_reason_gen.go#L261: func (i *InputReportReasonPornography) Zero() bool {
tl_report_reason_gen.go#L270: func (i *InputReportReasonPornography) String() string {
tl_report_reason_gen.go#L274: type Alias InputReportReasonPornography
tl_report_reason_gen.go#L281: func (*InputReportReasonPornography) TypeID() uint32 {
tl_report_reason_gen.go#L286: func (*InputReportReasonPornography) TypeName() string {
tl_report_reason_gen.go#L291: func (i *InputReportReasonPornography) TypeInfo() tdp.Type {
tl_report_reason_gen.go#L305: func (i *InputReportReasonPornography) Encode(b *bin.Buffer) error {
tl_report_reason_gen.go#L314: func (i *InputReportReasonPornography) EncodeBare(b *bin.Buffer) error {
tl_report_reason_gen.go#L322: func (i *InputReportReasonPornography) Decode(b *bin.Buffer) error {
tl_report_reason_gen.go#L333: func (i *InputReportReasonPornography) DecodeBare(b *bin.Buffer) error {
tl_report_reason_gen.go#L1122: v := InputReportReasonPornography{}
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |