type github.com/gotd/td/tg.ChannelAdminLogEventActionParticipantMuteArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L393: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionParticipantMute() (to ChannelAdminLogEventActionParticipantMuteArray) {
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#L2495: func (s *ChannelAdminLogEventActionParticipantMuteArray) Pop() (v ChannelAdminLogEventActionParticipantMute, ok bool) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |