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) {