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#L8568: type UpdatePeerHistoryTTLArray []UpdatePeerHistoryTTL
tl_update_slices_gen.go#L8571: func (s UpdatePeerHistoryTTLArray) Sort(less func(a, b UpdatePeerHistoryTTL) bool) UpdatePeerHistoryTTLArray {
tl_update_slices_gen.go#L8579: func (s UpdatePeerHistoryTTLArray) SortStable(less func(a, b UpdatePeerHistoryTTL) bool) UpdatePeerHistoryTTLArray {
tl_update_slices_gen.go#L8587: func (s UpdatePeerHistoryTTLArray) Retain(keep func(x UpdatePeerHistoryTTL) bool) UpdatePeerHistoryTTLArray {
tl_update_slices_gen.go#L8601: func (s UpdatePeerHistoryTTLArray) First() (v UpdatePeerHistoryTTL, ok bool) {
tl_update_slices_gen.go#L8609: func (s UpdatePeerHistoryTTLArray) Last() (v UpdatePeerHistoryTTL, ok bool) {
tl_update_slices_gen.go#L8617: func (s *UpdatePeerHistoryTTLArray) PopFirst() (v UpdatePeerHistoryTTL, ok bool) {
tl_update_slices_gen.go#L8636: func (s *UpdatePeerHistoryTTLArray) Pop() (v UpdatePeerHistoryTTL, 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. |