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