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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L4614: type ChannelAdminLogEventActionParticipantVolume struct {
		tl_channel_admin_log_event_action_gen.go#L4623: func (c ChannelAdminLogEventActionParticipantVolume) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L4629: 	_ bin.Encoder     = &ChannelAdminLogEventActionParticipantVolume{}
		tl_channel_admin_log_event_action_gen.go#L4630: 	_ bin.Decoder     = &ChannelAdminLogEventActionParticipantVolume{}
		tl_channel_admin_log_event_action_gen.go#L4631: 	_ bin.BareEncoder = &ChannelAdminLogEventActionParticipantVolume{}
		tl_channel_admin_log_event_action_gen.go#L4632: 	_ bin.BareDecoder = &ChannelAdminLogEventActionParticipantVolume{}
		tl_channel_admin_log_event_action_gen.go#L4634: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionParticipantVolume{}
		tl_channel_admin_log_event_action_gen.go#L4637: func (c *ChannelAdminLogEventActionParticipantVolume) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L4649: func (c *ChannelAdminLogEventActionParticipantVolume) String() string {
		tl_channel_admin_log_event_action_gen.go#L4653: 	type Alias ChannelAdminLogEventActionParticipantVolume
		tl_channel_admin_log_event_action_gen.go#L4658: func (c *ChannelAdminLogEventActionParticipantVolume) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L4667: func (*ChannelAdminLogEventActionParticipantVolume) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L4672: func (*ChannelAdminLogEventActionParticipantVolume) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L4677: func (c *ChannelAdminLogEventActionParticipantVolume) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L4696: func (c *ChannelAdminLogEventActionParticipantVolume) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4705: func (c *ChannelAdminLogEventActionParticipantVolume) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4716: func (c *ChannelAdminLogEventActionParticipantVolume) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4727: func (c *ChannelAdminLogEventActionParticipantVolume) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L4740: func (c *ChannelAdminLogEventActionParticipantVolume) GetParticipant() (value GroupCallParticipant) {
		tl_channel_admin_log_event_action_gen.go#L7683: 		v := ChannelAdminLogEventActionParticipantVolume{}
		tl_channel_admin_log_event_action_slices_gen.go#L486: 		value, ok := elem.(*ChannelAdminLogEventActionParticipantVolume)
		tl_channel_admin_log_event_action_slices_gen.go#L3001: type ChannelAdminLogEventActionParticipantVolumeArray []ChannelAdminLogEventActionParticipantVolume
		tl_channel_admin_log_event_action_slices_gen.go#L3004: func (s ChannelAdminLogEventActionParticipantVolumeArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantVolume) bool) ChannelAdminLogEventActionParticipantVolumeArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3012: func (s ChannelAdminLogEventActionParticipantVolumeArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantVolume) bool) ChannelAdminLogEventActionParticipantVolumeArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3020: func (s ChannelAdminLogEventActionParticipantVolumeArray) Retain(keep func(x ChannelAdminLogEventActionParticipantVolume) bool) ChannelAdminLogEventActionParticipantVolumeArray {
		tl_channel_admin_log_event_action_slices_gen.go#L3034: func (s ChannelAdminLogEventActionParticipantVolumeArray) First() (v ChannelAdminLogEventActionParticipantVolume, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3042: func (s ChannelAdminLogEventActionParticipantVolumeArray) Last() (v ChannelAdminLogEventActionParticipantVolume, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3050: func (s *ChannelAdminLogEventActionParticipantVolumeArray) PopFirst() (v ChannelAdminLogEventActionParticipantVolume, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L3060: 	var zero ChannelAdminLogEventActionParticipantVolume
		tl_channel_admin_log_event_action_slices_gen.go#L3069: func (s *ChannelAdminLogEventActionParticipantVolumeArray) Pop() (v ChannelAdminLogEventActionParticipantVolume, ok bool) {
		tl_registry_gen.go#L4382: 		ChannelAdminLogEventActionParticipantVolumeTypeID:        func() bin.Object { return &ChannelAdminLogEventActionParticipantVolume{} },