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

32 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L2448: type ChannelAdminLogEventActionDefaultBannedRights struct {
		tl_channel_admin_log_event_action_gen.go#L2465: func (c ChannelAdminLogEventActionDefaultBannedRights) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L2471: 	_ bin.Encoder     = &ChannelAdminLogEventActionDefaultBannedRights{}
		tl_channel_admin_log_event_action_gen.go#L2472: 	_ bin.Decoder     = &ChannelAdminLogEventActionDefaultBannedRights{}
		tl_channel_admin_log_event_action_gen.go#L2473: 	_ bin.BareEncoder = &ChannelAdminLogEventActionDefaultBannedRights{}
		tl_channel_admin_log_event_action_gen.go#L2474: 	_ bin.BareDecoder = &ChannelAdminLogEventActionDefaultBannedRights{}
		tl_channel_admin_log_event_action_gen.go#L2476: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionDefaultBannedRights{}
		tl_channel_admin_log_event_action_gen.go#L2479: func (c *ChannelAdminLogEventActionDefaultBannedRights) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L2494: func (c *ChannelAdminLogEventActionDefaultBannedRights) String() string {
		tl_channel_admin_log_event_action_gen.go#L2498: 	type Alias ChannelAdminLogEventActionDefaultBannedRights
		tl_channel_admin_log_event_action_gen.go#L2503: func (c *ChannelAdminLogEventActionDefaultBannedRights) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L2514: func (*ChannelAdminLogEventActionDefaultBannedRights) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L2519: func (*ChannelAdminLogEventActionDefaultBannedRights) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L2524: func (c *ChannelAdminLogEventActionDefaultBannedRights) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L2547: func (c *ChannelAdminLogEventActionDefaultBannedRights) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2556: func (c *ChannelAdminLogEventActionDefaultBannedRights) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2570: func (c *ChannelAdminLogEventActionDefaultBannedRights) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2581: func (c *ChannelAdminLogEventActionDefaultBannedRights) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L2599: func (c *ChannelAdminLogEventActionDefaultBannedRights) GetPrevBannedRights() (value ChatBannedRights) {
		tl_channel_admin_log_event_action_gen.go#L2607: func (c *ChannelAdminLogEventActionDefaultBannedRights) GetNewBannedRights() (value ChatBannedRights) {
		tl_channel_admin_log_event_action_gen.go#L7585: 		v := ChannelAdminLogEventActionDefaultBannedRights{}
		tl_channel_admin_log_event_action_slices_gen.go#L304: 		value, ok := elem.(*ChannelAdminLogEventActionDefaultBannedRights)
		tl_channel_admin_log_event_action_slices_gen.go#L1853: type ChannelAdminLogEventActionDefaultBannedRightsArray []ChannelAdminLogEventActionDefaultBannedRights
		tl_channel_admin_log_event_action_slices_gen.go#L1856: func (s ChannelAdminLogEventActionDefaultBannedRightsArray) Sort(less func(a, b ChannelAdminLogEventActionDefaultBannedRights) bool) ChannelAdminLogEventActionDefaultBannedRightsArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1864: func (s ChannelAdminLogEventActionDefaultBannedRightsArray) SortStable(less func(a, b ChannelAdminLogEventActionDefaultBannedRights) bool) ChannelAdminLogEventActionDefaultBannedRightsArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1872: func (s ChannelAdminLogEventActionDefaultBannedRightsArray) Retain(keep func(x ChannelAdminLogEventActionDefaultBannedRights) bool) ChannelAdminLogEventActionDefaultBannedRightsArray {
		tl_channel_admin_log_event_action_slices_gen.go#L1886: func (s ChannelAdminLogEventActionDefaultBannedRightsArray) First() (v ChannelAdminLogEventActionDefaultBannedRights, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1894: func (s ChannelAdminLogEventActionDefaultBannedRightsArray) Last() (v ChannelAdminLogEventActionDefaultBannedRights, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1902: func (s *ChannelAdminLogEventActionDefaultBannedRightsArray) PopFirst() (v ChannelAdminLogEventActionDefaultBannedRights, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L1912: 	var zero ChannelAdminLogEventActionDefaultBannedRights
		tl_channel_admin_log_event_action_slices_gen.go#L1921: func (s *ChannelAdminLogEventActionDefaultBannedRightsArray) Pop() (v ChannelAdminLogEventActionDefaultBannedRights, ok bool) {
		tl_registry_gen.go#L4368: 		ChannelAdminLogEventActionDefaultBannedRightsTypeID:      func() bin.Object { return &ChannelAdminLogEventActionDefaultBannedRights{} },