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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L7926: type ChannelAdminLogEventActionToggleAutotranslation struct {
		tl_channel_admin_log_event_action_gen.go#L7935: func (c ChannelAdminLogEventActionToggleAutotranslation) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L7941: 	_ bin.Encoder     = &ChannelAdminLogEventActionToggleAutotranslation{}
		tl_channel_admin_log_event_action_gen.go#L7942: 	_ bin.Decoder     = &ChannelAdminLogEventActionToggleAutotranslation{}
		tl_channel_admin_log_event_action_gen.go#L7943: 	_ bin.BareEncoder = &ChannelAdminLogEventActionToggleAutotranslation{}
		tl_channel_admin_log_event_action_gen.go#L7944: 	_ bin.BareDecoder = &ChannelAdminLogEventActionToggleAutotranslation{}
		tl_channel_admin_log_event_action_gen.go#L7946: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionToggleAutotranslation{}
		tl_channel_admin_log_event_action_gen.go#L7949: func (c *ChannelAdminLogEventActionToggleAutotranslation) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L7961: func (c *ChannelAdminLogEventActionToggleAutotranslation) String() string {
		tl_channel_admin_log_event_action_gen.go#L7965: 	type Alias ChannelAdminLogEventActionToggleAutotranslation
		tl_channel_admin_log_event_action_gen.go#L7970: func (c *ChannelAdminLogEventActionToggleAutotranslation) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L7979: func (*ChannelAdminLogEventActionToggleAutotranslation) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L7984: func (*ChannelAdminLogEventActionToggleAutotranslation) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L7989: func (c *ChannelAdminLogEventActionToggleAutotranslation) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L8008: func (c *ChannelAdminLogEventActionToggleAutotranslation) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L8017: func (c *ChannelAdminLogEventActionToggleAutotranslation) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L8026: func (c *ChannelAdminLogEventActionToggleAutotranslation) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L8037: func (c *ChannelAdminLogEventActionToggleAutotranslation) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L8052: func (c *ChannelAdminLogEventActionToggleAutotranslation) GetNewValue() (value bool) {
		tl_channel_admin_log_event_action_gen.go#L8753: 		v := ChannelAdminLogEventActionToggleAutotranslation{}
		tl_channel_admin_log_event_action_slices_gen.go#L746: 		value, ok := elem.(*ChannelAdminLogEventActionToggleAutotranslation)
		tl_channel_admin_log_event_action_slices_gen.go#L4706: type ChannelAdminLogEventActionToggleAutotranslationArray []ChannelAdminLogEventActionToggleAutotranslation
		tl_channel_admin_log_event_action_slices_gen.go#L4709: func (s ChannelAdminLogEventActionToggleAutotranslationArray) Sort(less func(a, b ChannelAdminLogEventActionToggleAutotranslation) bool) ChannelAdminLogEventActionToggleAutotranslationArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4717: func (s ChannelAdminLogEventActionToggleAutotranslationArray) SortStable(less func(a, b ChannelAdminLogEventActionToggleAutotranslation) bool) ChannelAdminLogEventActionToggleAutotranslationArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4725: func (s ChannelAdminLogEventActionToggleAutotranslationArray) Retain(keep func(x ChannelAdminLogEventActionToggleAutotranslation) bool) ChannelAdminLogEventActionToggleAutotranslationArray {
		tl_channel_admin_log_event_action_slices_gen.go#L4739: func (s ChannelAdminLogEventActionToggleAutotranslationArray) First() (v ChannelAdminLogEventActionToggleAutotranslation, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4747: func (s ChannelAdminLogEventActionToggleAutotranslationArray) Last() (v ChannelAdminLogEventActionToggleAutotranslation, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4755: func (s *ChannelAdminLogEventActionToggleAutotranslationArray) PopFirst() (v ChannelAdminLogEventActionToggleAutotranslation, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L4765: 	var zero ChannelAdminLogEventActionToggleAutotranslation
		tl_channel_admin_log_event_action_slices_gen.go#L4774: func (s *ChannelAdminLogEventActionToggleAutotranslationArray) Pop() (v ChannelAdminLogEventActionToggleAutotranslation, ok bool) {
		tl_registry_gen.go#L5824: 		ChannelAdminLogEventActionToggleAutotranslationTypeID:    func() bin.Object { return &ChannelAdminLogEventActionToggleAutotranslation{} },