type github.com/gotd/td/tg.ChannelParticipantsContactsArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_participants_filter_slices_gen.go#L159: func (s ChannelParticipantsFilterClassArray) AsChannelParticipantsContacts() (to ChannelParticipantsContactsArray) {
tl_channel_participants_filter_slices_gen.go#L431: type ChannelParticipantsContactsArray []ChannelParticipantsContacts
tl_channel_participants_filter_slices_gen.go#L434: func (s ChannelParticipantsContactsArray) Sort(less func(a, b ChannelParticipantsContacts) bool) ChannelParticipantsContactsArray {
tl_channel_participants_filter_slices_gen.go#L442: func (s ChannelParticipantsContactsArray) SortStable(less func(a, b ChannelParticipantsContacts) bool) ChannelParticipantsContactsArray {
tl_channel_participants_filter_slices_gen.go#L450: func (s ChannelParticipantsContactsArray) Retain(keep func(x ChannelParticipantsContacts) bool) ChannelParticipantsContactsArray {
tl_channel_participants_filter_slices_gen.go#L464: func (s ChannelParticipantsContactsArray) First() (v ChannelParticipantsContacts, ok bool) {
tl_channel_participants_filter_slices_gen.go#L472: func (s ChannelParticipantsContactsArray) Last() (v ChannelParticipantsContacts, ok bool) {
tl_channel_participants_filter_slices_gen.go#L480: func (s *ChannelParticipantsContactsArray) PopFirst() (v ChannelParticipantsContacts, ok bool) {
tl_channel_participants_filter_slices_gen.go#L499: func (s *ChannelParticipantsContactsArray) Pop() (v ChannelParticipantsContacts, 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. |