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#L4069: type UpdateChatParticipantAdminArray []UpdateChatParticipantAdmin
tl_update_slices_gen.go#L4072: func (s UpdateChatParticipantAdminArray) Sort(less func(a, b UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
tl_update_slices_gen.go#L4080: func (s UpdateChatParticipantAdminArray) SortStable(less func(a, b UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
tl_update_slices_gen.go#L4088: func (s UpdateChatParticipantAdminArray) Retain(keep func(x UpdateChatParticipantAdmin) bool) UpdateChatParticipantAdminArray {
tl_update_slices_gen.go#L4102: func (s UpdateChatParticipantAdminArray) First() (v UpdateChatParticipantAdmin, ok bool) {
tl_update_slices_gen.go#L4110: func (s UpdateChatParticipantAdminArray) Last() (v UpdateChatParticipantAdmin, ok bool) {
tl_update_slices_gen.go#L4118: func (s *UpdateChatParticipantAdminArray) PopFirst() (v UpdateChatParticipantAdmin, ok bool) {
tl_update_slices_gen.go#L4137: func (s *UpdateChatParticipantAdminArray) Pop() (v UpdateChatParticipantAdmin, 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. |