type github.com/gotd/td/tg.UpdateChatParticipantAdminArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L510: func (s UpdateClassArray) AsUpdateChatParticipantAdmin() (to UpdateChatParticipantAdminArray) {
tl_update_slices_gen.go#L4524: type UpdateChatParticipantAdminArray []UpdateChatParticipantAdmin
tl_update_slices_gen.go#L4527: func (s UpdateChatParticipantAdminArray) Sort(less func(a, b UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
tl_update_slices_gen.go#L4535: func (s UpdateChatParticipantAdminArray) SortStable(less func(a, b UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
tl_update_slices_gen.go#L4543: func (s UpdateChatParticipantAdminArray) Retain(keep func(x UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
tl_update_slices_gen.go#L4557: func (s UpdateChatParticipantAdminArray) First() (v UpdateChatParticipantAdmin, ok bool) {
tl_update_slices_gen.go#L4565: func (s UpdateChatParticipantAdminArray) Last() (v UpdateChatParticipantAdmin, ok bool) {
tl_update_slices_gen.go#L4573: func (s *UpdateChatParticipantAdminArray) PopFirst() (v UpdateChatParticipantAdmin, ok bool) {
tl_update_slices_gen.go#L4592: func (s *UpdateChatParticipantAdminArray) Pop() (v UpdateChatParticipantAdmin, ok bool) {
![]() |
The pages are generated with Golds v0.8.4. (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. |