type github.com/gotd/td/tg.UpdateChatParticipantDeleteArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L302: func (s UpdateClassArray) AsUpdateChatParticipantDelete() (to UpdateChatParticipantDeleteArray) {
tl_update_slices_gen.go#L2729: type UpdateChatParticipantDeleteArray []UpdateChatParticipantDelete
tl_update_slices_gen.go#L2732: func (s UpdateChatParticipantDeleteArray) Sort(less func(a, b UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
tl_update_slices_gen.go#L2740: func (s UpdateChatParticipantDeleteArray) SortStable(less func(a, b UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
tl_update_slices_gen.go#L2748: func (s UpdateChatParticipantDeleteArray) Retain(keep func(x UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
tl_update_slices_gen.go#L2762: func (s UpdateChatParticipantDeleteArray) First() (v UpdateChatParticipantDelete, ok bool) {
tl_update_slices_gen.go#L2770: func (s UpdateChatParticipantDeleteArray) Last() (v UpdateChatParticipantDelete, ok bool) {
tl_update_slices_gen.go#L2778: func (s *UpdateChatParticipantDeleteArray) PopFirst() (v UpdateChatParticipantDelete, ok bool) {
tl_update_slices_gen.go#L2797: func (s *UpdateChatParticipantDeleteArray) Pop() (v UpdateChatParticipantDelete, 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. |