type github.com/gotd/td/tg.UpdatePeerBlockedArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1043: func (s UpdateClassArray) AsUpdatePeerBlocked() (to UpdatePeerBlockedArray) {
tl_update_slices_gen.go#L7487: type UpdatePeerBlockedArray []UpdatePeerBlocked
tl_update_slices_gen.go#L7490: func (s UpdatePeerBlockedArray) Sort(less func(a, b UpdatePeerBlocked) bool) UpdatePeerBlockedArray {
tl_update_slices_gen.go#L7498: func (s UpdatePeerBlockedArray) SortStable(less func(a, b UpdatePeerBlocked) bool) UpdatePeerBlockedArray {
tl_update_slices_gen.go#L7506: func (s UpdatePeerBlockedArray) Retain(keep func(x UpdatePeerBlocked) bool) UpdatePeerBlockedArray {
tl_update_slices_gen.go#L7520: func (s UpdatePeerBlockedArray) First() (v UpdatePeerBlocked, ok bool) {
tl_update_slices_gen.go#L7528: func (s UpdatePeerBlockedArray) Last() (v UpdatePeerBlocked, ok bool) {
tl_update_slices_gen.go#L7536: func (s *UpdatePeerBlockedArray) PopFirst() (v UpdatePeerBlocked, ok bool) {
tl_update_slices_gen.go#L7555: func (s *UpdatePeerBlockedArray) Pop() (v UpdatePeerBlocked, 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. |