type github.com/gotd/td/tg.ChannelParticipantsSearchArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_participants_filter_slices_gen.go#L146: func (s ChannelParticipantsFilterClassArray) AsChannelParticipantsSearch() (to ChannelParticipantsSearchArray) {
tl_channel_participants_filter_slices_gen.go#L349: type ChannelParticipantsSearchArray []ChannelParticipantsSearch
tl_channel_participants_filter_slices_gen.go#L352: func (s ChannelParticipantsSearchArray) Sort(less func(a, b ChannelParticipantsSearch) bool) ChannelParticipantsSearchArray {
tl_channel_participants_filter_slices_gen.go#L360: func (s ChannelParticipantsSearchArray) SortStable(less func(a, b ChannelParticipantsSearch) bool) ChannelParticipantsSearchArray {
tl_channel_participants_filter_slices_gen.go#L368: func (s ChannelParticipantsSearchArray) Retain(keep func(x ChannelParticipantsSearch) bool) ChannelParticipantsSearchArray {
tl_channel_participants_filter_slices_gen.go#L382: func (s ChannelParticipantsSearchArray) First() (v ChannelParticipantsSearch, ok bool) {
tl_channel_participants_filter_slices_gen.go#L390: func (s ChannelParticipantsSearchArray) Last() (v ChannelParticipantsSearch, ok bool) {
tl_channel_participants_filter_slices_gen.go#L398: func (s *ChannelParticipantsSearchArray) PopFirst() (v ChannelParticipantsSearch, ok bool) {
tl_channel_participants_filter_slices_gen.go#L417: func (s *ChannelParticipantsSearchArray) Pop() (v ChannelParticipantsSearch, 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. |