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) {