type github.com/gotd/td/tg.UpdateChatParticipantArray
16 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1147: func (s UpdateClassArray) AsUpdateChatParticipant() (to UpdateChatParticipantArray) {
tl_update_slices_gen.go#L8650: type UpdateChatParticipantArray []UpdateChatParticipant
tl_update_slices_gen.go#L8653: func (s UpdateChatParticipantArray) Sort(less func(a, b UpdateChatParticipant) bool) UpdateChatParticipantArray {
tl_update_slices_gen.go#L8661: func (s UpdateChatParticipantArray) SortStable(less func(a, b UpdateChatParticipant) bool) UpdateChatParticipantArray {
tl_update_slices_gen.go#L8669: func (s UpdateChatParticipantArray) Retain(keep func(x UpdateChatParticipant) bool) UpdateChatParticipantArray {
tl_update_slices_gen.go#L8683: func (s UpdateChatParticipantArray) First() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8691: func (s UpdateChatParticipantArray) Last() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8699: func (s *UpdateChatParticipantArray) PopFirst() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8718: func (s *UpdateChatParticipantArray) Pop() (v UpdateChatParticipant, ok bool) {
tl_update_slices_gen.go#L8732: func (s UpdateChatParticipantArray) SortByDate() UpdateChatParticipantArray {
tl_update_slices_gen.go#L8739: func (s UpdateChatParticipantArray) SortStableByDate() UpdateChatParticipantArray {
![]() |
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. |