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