type github.com/gotd/td/tg.ChannelsToggleAutotranslationRequest

23 uses

	github.com/gotd/td/tg (current package)
		tl_channels_toggle_autotranslation_gen.go#L41: type ChannelsToggleAutotranslationRequest struct {
		tl_channels_toggle_autotranslation_gen.go#L53: 	_ bin.Encoder     = &ChannelsToggleAutotranslationRequest{}
		tl_channels_toggle_autotranslation_gen.go#L54: 	_ bin.Decoder     = &ChannelsToggleAutotranslationRequest{}
		tl_channels_toggle_autotranslation_gen.go#L55: 	_ bin.BareEncoder = &ChannelsToggleAutotranslationRequest{}
		tl_channels_toggle_autotranslation_gen.go#L56: 	_ bin.BareDecoder = &ChannelsToggleAutotranslationRequest{}
		tl_channels_toggle_autotranslation_gen.go#L59: func (t *ChannelsToggleAutotranslationRequest) Zero() bool {
		tl_channels_toggle_autotranslation_gen.go#L74: func (t *ChannelsToggleAutotranslationRequest) String() string {
		tl_channels_toggle_autotranslation_gen.go#L78: 	type Alias ChannelsToggleAutotranslationRequest
		tl_channels_toggle_autotranslation_gen.go#L83: func (t *ChannelsToggleAutotranslationRequest) FillFrom(from interface {
		tl_channels_toggle_autotranslation_gen.go#L94: func (*ChannelsToggleAutotranslationRequest) TypeID() uint32 {
		tl_channels_toggle_autotranslation_gen.go#L99: func (*ChannelsToggleAutotranslationRequest) TypeName() string {
		tl_channels_toggle_autotranslation_gen.go#L104: func (t *ChannelsToggleAutotranslationRequest) TypeInfo() tdp.Type {
		tl_channels_toggle_autotranslation_gen.go#L127: func (t *ChannelsToggleAutotranslationRequest) Encode(b *bin.Buffer) error {
		tl_channels_toggle_autotranslation_gen.go#L136: func (t *ChannelsToggleAutotranslationRequest) EncodeBare(b *bin.Buffer) error {
		tl_channels_toggle_autotranslation_gen.go#L151: func (t *ChannelsToggleAutotranslationRequest) Decode(b *bin.Buffer) error {
		tl_channels_toggle_autotranslation_gen.go#L162: func (t *ChannelsToggleAutotranslationRequest) DecodeBare(b *bin.Buffer) error {
		tl_channels_toggle_autotranslation_gen.go#L184: func (t *ChannelsToggleAutotranslationRequest) GetChannel() (value InputChannelClass) {
		tl_channels_toggle_autotranslation_gen.go#L192: func (t *ChannelsToggleAutotranslationRequest) GetEnabled() (value bool) {
		tl_channels_toggle_autotranslation_gen.go#L200: func (t *ChannelsToggleAutotranslationRequest) GetChannelAsNotEmpty() (NotEmptyInputChannel, bool) {
		tl_channels_toggle_autotranslation_gen.go#L215: func (c *Client) ChannelsToggleAutotranslation(ctx context.Context, request *ChannelsToggleAutotranslationRequest) (UpdatesClass, error) {
		tl_registry_gen.go#L7066: 		ChannelsToggleAutotranslationRequestTypeID:                              func() bin.Object { return &ChannelsToggleAutotranslationRequest{} },
		tl_server_gen.go#L9872: func (s *ServerDispatcher) OnChannelsToggleAutotranslation(f func(ctx context.Context, request *ChannelsToggleAutotranslationRequest) (UpdatesClass, error)) {
		tl_server_gen.go#L9874: 		var request ChannelsToggleAutotranslationRequest