type github.com/gotd/td/tg.ChannelAdminLogEventActionParticipantUnmuteArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_admin_log_event_action_slices_gen.go#L406: func (s ChannelAdminLogEventActionClassArray) AsChannelAdminLogEventActionParticipantUnmute() (to ChannelAdminLogEventActionParticipantUnmuteArray) {
tl_channel_admin_log_event_action_slices_gen.go#L2509: type ChannelAdminLogEventActionParticipantUnmuteArray []ChannelAdminLogEventActionParticipantUnmute
tl_channel_admin_log_event_action_slices_gen.go#L2512: func (s ChannelAdminLogEventActionParticipantUnmuteArray) Sort(less func(a, b ChannelAdminLogEventActionParticipantUnmute) bool) ChannelAdminLogEventActionParticipantUnmuteArray {
tl_channel_admin_log_event_action_slices_gen.go#L2520: func (s ChannelAdminLogEventActionParticipantUnmuteArray) SortStable(less func(a, b ChannelAdminLogEventActionParticipantUnmute) bool) ChannelAdminLogEventActionParticipantUnmuteArray {
tl_channel_admin_log_event_action_slices_gen.go#L2528: func (s ChannelAdminLogEventActionParticipantUnmuteArray) Retain(keep func(x ChannelAdminLogEventActionParticipantUnmute) bool) ChannelAdminLogEventActionParticipantUnmuteArray {
tl_channel_admin_log_event_action_slices_gen.go#L2542: func (s ChannelAdminLogEventActionParticipantUnmuteArray) First() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2550: func (s ChannelAdminLogEventActionParticipantUnmuteArray) Last() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2558: func (s *ChannelAdminLogEventActionParticipantUnmuteArray) PopFirst() (v ChannelAdminLogEventActionParticipantUnmute, ok bool) {
tl_channel_admin_log_event_action_slices_gen.go#L2577: func (s *ChannelAdminLogEventActionParticipantUnmuteArray) Pop() (v ChannelAdminLogEventActionParticipantUnmute, 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. |