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

31 uses

	github.com/gotd/td/tg (current package)
		tl_channel_admin_log_event_action_gen.go#L3547: type ChannelAdminLogEventActionParticipantMute struct {
		tl_channel_admin_log_event_action_gen.go#L3556: func (c ChannelAdminLogEventActionParticipantMute) construct() ChannelAdminLogEventActionClass {
		tl_channel_admin_log_event_action_gen.go#L3562: 	_ bin.Encoder     = &ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_gen.go#L3563: 	_ bin.Decoder     = &ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_gen.go#L3564: 	_ bin.BareEncoder = &ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_gen.go#L3565: 	_ bin.BareDecoder = &ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_gen.go#L3567: 	_ ChannelAdminLogEventActionClass = &ChannelAdminLogEventActionParticipantMute{}
		tl_channel_admin_log_event_action_gen.go#L3570: func (c *ChannelAdminLogEventActionParticipantMute) Zero() bool {
		tl_channel_admin_log_event_action_gen.go#L3582: func (c *ChannelAdminLogEventActionParticipantMute) String() string {
		tl_channel_admin_log_event_action_gen.go#L3586: 	type Alias ChannelAdminLogEventActionParticipantMute
		tl_channel_admin_log_event_action_gen.go#L3591: func (c *ChannelAdminLogEventActionParticipantMute) FillFrom(from interface {
		tl_channel_admin_log_event_action_gen.go#L3600: func (*ChannelAdminLogEventActionParticipantMute) TypeID() uint32 {
		tl_channel_admin_log_event_action_gen.go#L3605: func (*ChannelAdminLogEventActionParticipantMute) TypeName() string {
		tl_channel_admin_log_event_action_gen.go#L3610: func (c *ChannelAdminLogEventActionParticipantMute) TypeInfo() tdp.Type {
		tl_channel_admin_log_event_action_gen.go#L3629: func (c *ChannelAdminLogEventActionParticipantMute) Encode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3638: func (c *ChannelAdminLogEventActionParticipantMute) EncodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3649: func (c *ChannelAdminLogEventActionParticipantMute) Decode(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3660: func (c *ChannelAdminLogEventActionParticipantMute) DecodeBare(b *bin.Buffer) error {
		tl_channel_admin_log_event_action_gen.go#L3673: func (c *ChannelAdminLogEventActionParticipantMute) GetParticipant() (value GroupCallParticipant) {
		tl_channel_admin_log_event_action_gen.go#L8564: 		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#L2492: type ChannelAdminLogEventActionParticipantMuteArray []ChannelAdminLogEventActionParticipantMute
		tl_channel_admin_log_event_action_slices_gen.go#L2495: func (s ChannelAdminLogEventActionParticipantMuteArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantMute) bool) ChannelAdminLogEventActionParticipantMuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2503: func (s ChannelAdminLogEventActionParticipantMuteArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantMute) bool) ChannelAdminLogEventActionParticipantMuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2511: func (s ChannelAdminLogEventActionParticipantMuteArray) Retain(keep func(x ChannelAdminLogEventActionParticipantMute) bool) ChannelAdminLogEventActionParticipantMuteArray {
		tl_channel_admin_log_event_action_slices_gen.go#L2525: func (s ChannelAdminLogEventActionParticipantMuteArray) First() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2533: func (s ChannelAdminLogEventActionParticipantMuteArray) Last() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2541: func (s *ChannelAdminLogEventActionParticipantMuteArray) PopFirst() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_channel_admin_log_event_action_slices_gen.go#L2551: 	var zero ChannelAdminLogEventActionParticipantMute
		tl_channel_admin_log_event_action_slices_gen.go#L2560: func (s *ChannelAdminLogEventActionParticipantMuteArray) Pop() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
		tl_registry_gen.go#L5797: 		ChannelAdminLogEventActionParticipantMuteTypeID:          func() bin.Object { return &ChannelAdminLogEventActionParticipantMute{} },