type github.com/gotd/td/tg.ChannelParticipantSelfArray
16 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_slices_gen.go#L133: func (s ChannelParticipantClassArray) AsChannelParticipantSelf() (to ChannelParticipantSelfArray) {
tl_channel_participant_slices_gen.go#L294: type ChannelParticipantSelfArray []ChannelParticipantSelf
tl_channel_participant_slices_gen.go#L297: func (s ChannelParticipantSelfArray) Sort(less func(a, b ChannelParticipantSelf) bool) ChannelParticipantSelfArray {
tl_channel_participant_slices_gen.go#L305: func (s ChannelParticipantSelfArray) SortStable(less func(a, b ChannelParticipantSelf) bool) ChannelParticipantSelfArray {
tl_channel_participant_slices_gen.go#L313: func (s ChannelParticipantSelfArray) Retain(keep func(x ChannelParticipantSelf) bool) ChannelParticipantSelfArray {
tl_channel_participant_slices_gen.go#L327: func (s ChannelParticipantSelfArray) First() (v ChannelParticipantSelf, ok bool) {
tl_channel_participant_slices_gen.go#L335: func (s ChannelParticipantSelfArray) Last() (v ChannelParticipantSelf, ok bool) {
tl_channel_participant_slices_gen.go#L343: func (s *ChannelParticipantSelfArray) PopFirst() (v ChannelParticipantSelf, ok bool) {
tl_channel_participant_slices_gen.go#L362: func (s *ChannelParticipantSelfArray) Pop() (v ChannelParticipantSelf, ok bool) {
tl_channel_participant_slices_gen.go#L376: func (s ChannelParticipantSelfArray) SortByDate() ChannelParticipantSelfArray {
tl_channel_participant_slices_gen.go#L383: func (s ChannelParticipantSelfArray) SortStableByDate() ChannelParticipantSelfArray {
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. |