type github.com/gotd/td/tg.UpdatePeerHistoryTTLArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L1134: func (s UpdateClassArray) AsUpdatePeerHistoryTTL() (to UpdatePeerHistoryTTLArray) {
tl_update_slices_gen.go#L8061: type UpdatePeerHistoryTTLArray []UpdatePeerHistoryTTL
tl_update_slices_gen.go#L8064: func (s UpdatePeerHistoryTTLArray) Sort(less func(a, b UpdatePeerHistoryTTL) bool) UpdatePeerHistoryTTLArray {
tl_update_slices_gen.go#L8072: func (s UpdatePeerHistoryTTLArray) SortStable(less func(a, b UpdatePeerHistoryTTL) bool) UpdatePeerHistoryTTLArray {
tl_update_slices_gen.go#L8080: func (s UpdatePeerHistoryTTLArray) Retain(keep func(x UpdatePeerHistoryTTL) bool) UpdatePeerHistoryTTLArray {
tl_update_slices_gen.go#L8094: func (s UpdatePeerHistoryTTLArray) First() (v UpdatePeerHistoryTTL, ok bool) {
tl_update_slices_gen.go#L8102: func (s UpdatePeerHistoryTTLArray) Last() (v UpdatePeerHistoryTTL, ok bool) {
tl_update_slices_gen.go#L8110: func (s *UpdatePeerHistoryTTLArray) PopFirst() (v UpdatePeerHistoryTTL, ok bool) {
tl_update_slices_gen.go#L8129: func (s *UpdatePeerHistoryTTLArray) Pop() (v UpdatePeerHistoryTTL, 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. |