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#L3236: type UpdateChatParticipantDeleteArray []UpdateChatParticipantDelete
tl_update_slices_gen.go#L3239: func (s UpdateChatParticipantDeleteArray) Sort(less func(a, b UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
tl_update_slices_gen.go#L3247: func (s UpdateChatParticipantDeleteArray) SortStable(less func(a, b UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
tl_update_slices_gen.go#L3255: func (s UpdateChatParticipantDeleteArray) Retain(keep func(x UpdateChatParticipantDelete) bool) UpdateChatParticipantDeleteArray {
tl_update_slices_gen.go#L3269: func (s UpdateChatParticipantDeleteArray) First() (v UpdateChatParticipantDelete, ok bool) {
tl_update_slices_gen.go#L3277: func (s UpdateChatParticipantDeleteArray) Last() (v UpdateChatParticipantDelete, ok bool) {
tl_update_slices_gen.go#L3285: func (s *UpdateChatParticipantDeleteArray) PopFirst() (v UpdateChatParticipantDelete, ok bool) {
tl_update_slices_gen.go#L3304: func (s *UpdateChatParticipantDeleteArray) Pop() (v UpdateChatParticipantDelete, 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. |