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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L1960: type ChannelAdminLogEventActionParticipantToggleAdmin struct {
		tl_channel_admin_log_event_action_gen.go#L1971: func (c ChannelAdminLogEventActionParticipantToggleAdmin) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L1977: 	_ bin.Encoder     = &ChannelAdminLogEventActionParticipantToggleAdmin{}
		tl_channel_admin_log_event_action_gen.go#L1978: 	_ bin.Decoder     = &ChannelAdminLogEventActionParticipantToggleAdmin{}
		tl_channel_admin_log_event_action_gen.go#L1979: 	_ bin.BareEncoder = &ChannelAdminLogEventActionParticipantToggleAdmin{}
		tl_channel_admin_log_event_action_gen.go#L1980: 	_ bin.BareDecoder = &ChannelAdminLogEventActionParticipantToggleAdmin{}
		tl_channel_admin_log_event_action_gen.go#L1982: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionParticipantToggleAdmin{}
		tl_channel_admin_log_event_action_gen.go#L1985: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L2000: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) String() string {
		tl_channel_admin_log_event_action_gen.go#L2004: 	type Alias ChannelAdminLogEventActionParticipantToggleAdmin
		tl_channel_admin_log_event_action_gen.go#L2009: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L2020: func (*ChannelAdminLogEventActionParticipantToggleAdmin) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L2025: func (*ChannelAdminLogEventActionParticipantToggleAdmin) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L2030: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L2053: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2062: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2082: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2093: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2115: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) GetPrevParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L2123: func (c *ChannelAdminLogEventActionParticipantToggleAdmin) GetNewParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L7564: 		v := ChannelAdminLogEventActionParticipantToggleAdmin{}
		tl_channel_admin_log_event_action_slices_gen.go#L265: 		value, ok := elem.(*ChannelAdminLogEventActionParticipantToggleAdmin)
		tl_channel_admin_log_event_action_slices_gen.go#L1607: type ChannelAdminLogEventActionParticipantToggleAdminArray []ChannelAdminLogEventActionParticipantToggleAdmin
		tl_channel_admin_log_event_action_slices_gen.go#L1610: func (s ChannelAdminLogEventActionParticipantToggleAdminArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantToggleAdmin) bool) ChannelAdminLogEventActionParticipantToggleAdminArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1618: func (s ChannelAdminLogEventActionParticipantToggleAdminArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantToggleAdmin) bool) ChannelAdminLogEventActionParticipantToggleAdminArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1626: func (s ChannelAdminLogEventActionParticipantToggleAdminArray) Retain(keep func(x ChannelAdminLogEventActionParticipantToggleAdmin) bool) ChannelAdminLogEventActionParticipantToggleAdminArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1640: func (s ChannelAdminLogEventActionParticipantToggleAdminArray) First() (v ChannelAdminLogEventActionParticipantToggleAdmin, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1648: func (s ChannelAdminLogEventActionParticipantToggleAdminArray) Last() (v ChannelAdminLogEventActionParticipantToggleAdmin, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1656: func (s *ChannelAdminLogEventActionParticipantToggleAdminArray) PopFirst() (v ChannelAdminLogEventActionParticipantToggleAdmin, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1666: 	var zero ChannelAdminLogEventActionParticipantToggleAdmin
		tl_channel_admin_log_event_action_slices_gen.go#L1675: func (s *ChannelAdminLogEventActionParticipantToggleAdminArray) Pop() (v ChannelAdminLogEventActionParticipantToggleAdmin, ok bool) {
		tl_registry_gen.go#L4365: 		ChannelAdminLogEventActionParticipantToggleAdminTypeID:   func() bin.Object { return &ChannelAdminLogEventActionParticipantToggleAdmin{} },