type github.com/gotd/td/tg.ChannelsReportAntiSpamFalsePositiveRequest
23 uses
github.com/gotd/td/tg (current package)
tl_channels_report_anti_spam_false_positive_gen.go#L41: type ChannelsReportAntiSpamFalsePositiveRequest struct {
tl_channels_report_anti_spam_false_positive_gen.go#L58: _ bin.Encoder = &ChannelsReportAntiSpamFalsePositiveRequest{}
tl_channels_report_anti_spam_false_positive_gen.go#L59: _ bin.Decoder = &ChannelsReportAntiSpamFalsePositiveRequest{}
tl_channels_report_anti_spam_false_positive_gen.go#L60: _ bin.BareEncoder = &ChannelsReportAntiSpamFalsePositiveRequest{}
tl_channels_report_anti_spam_false_positive_gen.go#L61: _ bin.BareDecoder = &ChannelsReportAntiSpamFalsePositiveRequest{}
tl_channels_report_anti_spam_false_positive_gen.go#L64: func (r *ChannelsReportAntiSpamFalsePositiveRequest) Zero() bool {
tl_channels_report_anti_spam_false_positive_gen.go#L79: func (r *ChannelsReportAntiSpamFalsePositiveRequest) String() string {
tl_channels_report_anti_spam_false_positive_gen.go#L83: type Alias ChannelsReportAntiSpamFalsePositiveRequest
tl_channels_report_anti_spam_false_positive_gen.go#L88: func (r *ChannelsReportAntiSpamFalsePositiveRequest) FillFrom(from interface {
tl_channels_report_anti_spam_false_positive_gen.go#L99: func (*ChannelsReportAntiSpamFalsePositiveRequest) TypeID() uint32 {
tl_channels_report_anti_spam_false_positive_gen.go#L104: func (*ChannelsReportAntiSpamFalsePositiveRequest) TypeName() string {
tl_channels_report_anti_spam_false_positive_gen.go#L109: func (r *ChannelsReportAntiSpamFalsePositiveRequest) TypeInfo() tdp.Type {
tl_channels_report_anti_spam_false_positive_gen.go#L132: func (r *ChannelsReportAntiSpamFalsePositiveRequest) Encode(b *bin.Buffer) error {
tl_channels_report_anti_spam_false_positive_gen.go#L141: func (r *ChannelsReportAntiSpamFalsePositiveRequest) EncodeBare(b *bin.Buffer) error {
tl_channels_report_anti_spam_false_positive_gen.go#L156: func (r *ChannelsReportAntiSpamFalsePositiveRequest) Decode(b *bin.Buffer) error {
tl_channels_report_anti_spam_false_positive_gen.go#L167: func (r *ChannelsReportAntiSpamFalsePositiveRequest) DecodeBare(b *bin.Buffer) error {
tl_channels_report_anti_spam_false_positive_gen.go#L189: func (r *ChannelsReportAntiSpamFalsePositiveRequest) GetChannel() (value InputChannelClass) {
tl_channels_report_anti_spam_false_positive_gen.go#L197: func (r *ChannelsReportAntiSpamFalsePositiveRequest) GetMsgID() (value int) {
tl_channels_report_anti_spam_false_positive_gen.go#L205: func (r *ChannelsReportAntiSpamFalsePositiveRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
tl_channels_report_anti_spam_false_positive_gen.go#L217: func (c *Client) ChannelsReportAntiSpamFalsePositive(ctx context.Context, request *ChannelsReportAntiSpamFalsePositiveRequest) (bool, error) {
tl_registry_gen.go#L5234: ChannelsReportAntiSpamFalsePositiveRequestTypeID: func() bin.Object { return &ChannelsReportAntiSpamFalsePositiveRequest{} },
tl_server_gen.go#L7739: func (s *ServerDispatcher) OnChannelsReportAntiSpamFalsePositive(f func(ctx context.Context, request *ChannelsReportAntiSpamFalsePositiveRequest) (bool, error)) {
tl_server_gen.go#L7741: var request ChannelsReportAntiSpamFalsePositiveRequest
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. |