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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L3537: type ChannelAdminLogEventActionParticipantMute struct {
		tl_channel_admin_log_event_action_gen.go#L3546: func (c ChannelAdminLogEventActionParticipantMute) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L3552: 	_ bin.Encoder     = &ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_gen.go#L3553: 	_ bin.Decoder     = &ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_gen.go#L3554: 	_ bin.BareEncoder = &ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_gen.go#L3555: 	_ bin.BareDecoder = &ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_gen.go#L3557: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_gen.go#L3560: func (c *ChannelAdminLogEventActionParticipantMute) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L3572: func (c *ChannelAdminLogEventActionParticipantMute) String() string {
		tl_channel_admin_log_event_action_gen.go#L3576: 	type Alias ChannelAdminLogEventActionParticipantMute
		tl_channel_admin_log_event_action_gen.go#L3581: func (c *ChannelAdminLogEventActionParticipantMute) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L3590: func (*ChannelAdminLogEventActionParticipantMute) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L3595: func (*ChannelAdminLogEventActionParticipantMute) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L3600: func (c *ChannelAdminLogEventActionParticipantMute) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L3619: func (c *ChannelAdminLogEventActionParticipantMute) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3628: func (c *ChannelAdminLogEventActionParticipantMute) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3639: func (c *ChannelAdminLogEventActionParticipantMute) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3650: func (c *ChannelAdminLogEventActionParticipantMute) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3663: func (c *ChannelAdminLogEventActionParticipantMute) GetParticipant() (value GroupCallParticipant) {
		tl_channel_admin_log_event_action_gen.go#L7634: 		v := ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_slices_gen.go#L395: 		value, ok := elem.(*ChannelAdminLogEventActionParticipantMute)
		tl_channel_admin_log_event_action_slices_gen.go#L2427: type ChannelAdminLogEventActionParticipantMuteArray []ChannelAdminLogEventActionParticipantMute
		tl_channel_admin_log_event_action_slices_gen.go#L2430: func (s ChannelAdminLogEventActionParticipantMuteArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantMute) bool) ChannelAdminLogEventActionParticipantMuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2438: func (s ChannelAdminLogEventActionParticipantMuteArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantMute) bool) ChannelAdminLogEventActionParticipantMuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2446: func (s ChannelAdminLogEventActionParticipantMuteArray) Retain(keep func(x ChannelAdminLogEventActionParticipantMute) bool) ChannelAdminLogEventActionParticipantMuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2460: func (s ChannelAdminLogEventActionParticipantMuteArray) First() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2468: func (s ChannelAdminLogEventActionParticipantMuteArray) Last() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2476: func (s *ChannelAdminLogEventActionParticipantMuteArray) PopFirst() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2486: 	var zero ChannelAdminLogEventActionParticipantMute
		tl_channel_admin_log_event_action_slices_gen.go#L2495: func (s *ChannelAdminLogEventActionParticipantMuteArray) Pop() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_registry_gen.go#L4375: 		ChannelAdminLogEventActionParticipantMuteTypeID:          func() bin.Object { return &ChannelAdminLogEventActionParticipantMute{} },