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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L1783: type ChannelAdminLogEventActionParticipantToggleBan struct {
		tl_channel_admin_log_event_action_gen.go#L1794: func (c ChannelAdminLogEventActionParticipantToggleBan) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L1800: 	_ bin.Encoder     = &ChannelAdminLogEventActionParticipantToggleBan{}
		tl_channel_admin_log_event_action_gen.go#L1801: 	_ bin.Decoder     = &ChannelAdminLogEventActionParticipantToggleBan{}
		tl_channel_admin_log_event_action_gen.go#L1802: 	_ bin.BareEncoder = &ChannelAdminLogEventActionParticipantToggleBan{}
		tl_channel_admin_log_event_action_gen.go#L1803: 	_ bin.BareDecoder = &ChannelAdminLogEventActionParticipantToggleBan{}
		tl_channel_admin_log_event_action_gen.go#L1805: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionParticipantToggleBan{}
		tl_channel_admin_log_event_action_gen.go#L1808: func (c *ChannelAdminLogEventActionParticipantToggleBan) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L1823: func (c *ChannelAdminLogEventActionParticipantToggleBan) String() string {
		tl_channel_admin_log_event_action_gen.go#L1827: 	type Alias ChannelAdminLogEventActionParticipantToggleBan
		tl_channel_admin_log_event_action_gen.go#L1832: func (c *ChannelAdminLogEventActionParticipantToggleBan) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L1843: func (*ChannelAdminLogEventActionParticipantToggleBan) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L1848: func (*ChannelAdminLogEventActionParticipantToggleBan) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L1853: func (c *ChannelAdminLogEventActionParticipantToggleBan) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L1876: func (c *ChannelAdminLogEventActionParticipantToggleBan) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1885: func (c *ChannelAdminLogEventActionParticipantToggleBan) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1905: func (c *ChannelAdminLogEventActionParticipantToggleBan) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1916: func (c *ChannelAdminLogEventActionParticipantToggleBan) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L1938: func (c *ChannelAdminLogEventActionParticipantToggleBan) GetPrevParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L1946: func (c *ChannelAdminLogEventActionParticipantToggleBan) GetNewParticipant() (value ChannelParticipantClass) {
		tl_channel_admin_log_event_action_gen.go#L7557: 		v := ChannelAdminLogEventActionParticipantToggleBan{}
		tl_channel_admin_log_event_action_slices_gen.go#L252: 		value, ok := elem.(*ChannelAdminLogEventActionParticipantToggleBan)
		tl_channel_admin_log_event_action_slices_gen.go#L1525: type ChannelAdminLogEventActionParticipantToggleBanArray []ChannelAdminLogEventActionParticipantToggleBan
		tl_channel_admin_log_event_action_slices_gen.go#L1528: func (s ChannelAdminLogEventActionParticipantToggleBanArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantToggleBan) bool) ChannelAdminLogEventActionParticipantToggleBanArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1536: func (s ChannelAdminLogEventActionParticipantToggleBanArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantToggleBan) bool) ChannelAdminLogEventActionParticipantToggleBanArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1544: func (s ChannelAdminLogEventActionParticipantToggleBanArray) Retain(keep func(x ChannelAdminLogEventActionParticipantToggleBan) bool) ChannelAdminLogEventActionParticipantToggleBanArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1558: func (s ChannelAdminLogEventActionParticipantToggleBanArray) First() (v ChannelAdminLogEventActionParticipantToggleBan, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1566: func (s ChannelAdminLogEventActionParticipantToggleBanArray) Last() (v ChannelAdminLogEventActionParticipantToggleBan, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1574: func (s *ChannelAdminLogEventActionParticipantToggleBanArray) PopFirst() (v ChannelAdminLogEventActionParticipantToggleBan, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1584: 	var zero ChannelAdminLogEventActionParticipantToggleBan
		tl_channel_admin_log_event_action_slices_gen.go#L1593: func (s *ChannelAdminLogEventActionParticipantToggleBanArray) Pop() (v ChannelAdminLogEventActionParticipantToggleBan, ok bool) {
		tl_registry_gen.go#L4364: 		ChannelAdminLogEventActionParticipantToggleBanTypeID:     func() bin.Object { return &ChannelAdminLogEventActionParticipantToggleBan{} },