type github.com/gotd/td/tg.ChatParticipantCreatorArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_chat_participant_slices_gen.go#L133: func (s ChatParticipantClassArray) AsChatParticipantCreator() (to ChatParticipantCreatorArray) {
		tl_chat_participant_slices_gen.go#L255: type ChatParticipantCreatorArray []ChatParticipantCreator
		tl_chat_participant_slices_gen.go#L258: func (s ChatParticipantCreatorArray) Sort(less func(a, b ChatParticipantCreator) bool) ChatParticipantCreatorArray {
		tl_chat_participant_slices_gen.go#L266: func (s ChatParticipantCreatorArray) SortStable(less func(a, b ChatParticipantCreator) bool) ChatParticipantCreatorArray {
		tl_chat_participant_slices_gen.go#L274: func (s ChatParticipantCreatorArray) Retain(keep func(x ChatParticipantCreator) bool) ChatParticipantCreatorArray {
		tl_chat_participant_slices_gen.go#L288: func (s ChatParticipantCreatorArray) First() (v ChatParticipantCreator, ok bool) {
		tl_chat_participant_slices_gen.go#L296: func (s ChatParticipantCreatorArray) Last() (v ChatParticipantCreator, ok bool) {
		tl_chat_participant_slices_gen.go#L304: func (s *ChatParticipantCreatorArray) PopFirst() (v ChatParticipantCreator, ok bool) {
		tl_chat_participant_slices_gen.go#L323: func (s *ChatParticipantCreatorArray) Pop() (v ChatParticipantCreator, ok bool) {