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