type github.com/gotd/td/tg.UpdateChatParticipantsArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L185: func (s UpdateClassArray) AsUpdateChatParticipants() (to UpdateChatParticipantsArray) {
tl_update_slices_gen.go#L1949: type UpdateChatParticipantsArray []UpdateChatParticipants
tl_update_slices_gen.go#L1952: func (s UpdateChatParticipantsArray) Sort(less func(a, b UpdateChatParticipants) bool) UpdateChatParticipantsArray {
tl_update_slices_gen.go#L1960: func (s UpdateChatParticipantsArray) SortStable(less func(a, b UpdateChatParticipants) bool) UpdateChatParticipantsArray {
tl_update_slices_gen.go#L1968: func (s UpdateChatParticipantsArray) Retain(keep func(x UpdateChatParticipants) bool) UpdateChatParticipantsArray {
tl_update_slices_gen.go#L1982: func (s UpdateChatParticipantsArray) First() (v UpdateChatParticipants, ok bool) {
tl_update_slices_gen.go#L1990: func (s UpdateChatParticipantsArray) Last() (v UpdateChatParticipants, ok bool) {
tl_update_slices_gen.go#L1998: func (s *UpdateChatParticipantsArray) PopFirst() (v UpdateChatParticipants, ok bool) {
tl_update_slices_gen.go#L2017: func (s *UpdateChatParticipantsArray) Pop() (v UpdateChatParticipants, 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. |