type github.com/gotd/td/tg.ChatParticipantsArray
12 uses
github.com/gotd/td/tg (current package)
tl_chat_participants_slices_gen.go#L133: func (s ChatParticipantsClassArray) AsChatParticipants() (to ChatParticipantsArray) {
tl_chat_participants_slices_gen.go#L283: type ChatParticipantsArray []ChatParticipants
tl_chat_participants_slices_gen.go#L286: func (s ChatParticipantsArray) Sort(less func(a, b ChatParticipants) bool) ChatParticipantsArray {
tl_chat_participants_slices_gen.go#L294: func (s ChatParticipantsArray) SortStable(less func(a, b ChatParticipants) bool) ChatParticipantsArray {
tl_chat_participants_slices_gen.go#L302: func (s ChatParticipantsArray) Retain(keep func(x ChatParticipants) bool) ChatParticipantsArray {
tl_chat_participants_slices_gen.go#L316: func (s ChatParticipantsArray) First() (v ChatParticipants, ok bool) {
tl_chat_participants_slices_gen.go#L324: func (s ChatParticipantsArray) Last() (v ChatParticipants, ok bool) {
tl_chat_participants_slices_gen.go#L332: func (s *ChatParticipantsArray) PopFirst() (v ChatParticipants, ok bool) {
tl_chat_participants_slices_gen.go#L351: func (s *ChatParticipantsArray) Pop() (v ChatParticipants, 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. |