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#L2456: type UpdateChatParticipantsArray []UpdateChatParticipants
tl_update_slices_gen.go#L2459: func (s UpdateChatParticipantsArray) Sort(less func(a, b UpdateChatParticipants) bool) UpdateChatParticipantsArray {
tl_update_slices_gen.go#L2467: func (s UpdateChatParticipantsArray) SortStable(less func(a, b UpdateChatParticipants) bool) UpdateChatParticipantsArray {
tl_update_slices_gen.go#L2475: func (s UpdateChatParticipantsArray) Retain(keep func(x UpdateChatParticipants) bool) UpdateChatParticipantsArray {
tl_update_slices_gen.go#L2489: func (s UpdateChatParticipantsArray) First() (v UpdateChatParticipants, ok bool) {
tl_update_slices_gen.go#L2497: func (s UpdateChatParticipantsArray) Last() (v UpdateChatParticipants, ok bool) {
tl_update_slices_gen.go#L2505: func (s *UpdateChatParticipantsArray) PopFirst() (v UpdateChatParticipants, ok bool) {
tl_update_slices_gen.go#L2524: func (s *UpdateChatParticipantsArray) Pop() (v UpdateChatParticipants, ok bool) {
![]() |
The pages are generated with Golds v0.8.5. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |