type github.com/gotd/td/tg.ChannelParticipantCreatorArray
12 uses
github.com/gotd/td/tg (current package)
tl_channel_participant_slices_gen.go#L146: func (s ChannelParticipantClassArray) AsChannelParticipantCreator() (to ChannelParticipantCreatorArray) {
tl_channel_participant_slices_gen.go#L390: type ChannelParticipantCreatorArray []ChannelParticipantCreator
tl_channel_participant_slices_gen.go#L393: func (s ChannelParticipantCreatorArray) Sort(less func(a, b ChannelParticipantCreator) bool) ChannelParticipantCreatorArray {
tl_channel_participant_slices_gen.go#L401: func (s ChannelParticipantCreatorArray) SortStable(less func(a, b ChannelParticipantCreator) bool) ChannelParticipantCreatorArray {
tl_channel_participant_slices_gen.go#L409: func (s ChannelParticipantCreatorArray) Retain(keep func(x ChannelParticipantCreator) bool) ChannelParticipantCreatorArray {
tl_channel_participant_slices_gen.go#L423: func (s ChannelParticipantCreatorArray) First() (v ChannelParticipantCreator, ok bool) {
tl_channel_participant_slices_gen.go#L431: func (s ChannelParticipantCreatorArray) Last() (v ChannelParticipantCreator, ok bool) {
tl_channel_participant_slices_gen.go#L439: func (s *ChannelParticipantCreatorArray) PopFirst() (v ChannelParticipantCreator, ok bool) {
tl_channel_participant_slices_gen.go#L458: func (s *ChannelParticipantCreatorArray) Pop() (v ChannelParticipantCreator, 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. |