type github.com/gotd/td/tg.ChannelParticipantArray
16 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_slices_gen.go#L120: func (s ChannelParticipantClassArray) AsChannelParticipant() (to ChannelParticipantArray) {
tl_channel_participant_slices_gen.go#L198: type ChannelParticipantArray []ChannelParticipant
tl_channel_participant_slices_gen.go#L201: func (s ChannelParticipantArray) Sort(less func(a, b ChannelParticipant) bool) ChannelParticipantArray {
tl_channel_participant_slices_gen.go#L209: func (s ChannelParticipantArray) SortStable(less func(a, b ChannelParticipant) bool) ChannelParticipantArray {
tl_channel_participant_slices_gen.go#L217: func (s ChannelParticipantArray) Retain(keep func(x ChannelParticipant) bool) ChannelParticipantArray {
tl_channel_participant_slices_gen.go#L231: func (s ChannelParticipantArray) First() (v ChannelParticipant, ok bool) {
tl_channel_participant_slices_gen.go#L239: func (s ChannelParticipantArray) Last() (v ChannelParticipant, ok bool) {
tl_channel_participant_slices_gen.go#L247: func (s *ChannelParticipantArray) PopFirst() (v ChannelParticipant, ok bool) {
tl_channel_participant_slices_gen.go#L266: func (s *ChannelParticipantArray) Pop() (v ChannelParticipant, ok bool) {
tl_channel_participant_slices_gen.go#L280: func (s ChannelParticipantArray) SortByDate() ChannelParticipantArray {
tl_channel_participant_slices_gen.go#L287: func (s ChannelParticipantArray) SortStableByDate() ChannelParticipantArray {
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. |