type github.com/gotd/td/tg.HelpDeepLinkInfoClassArray

18 uses

	github.com/gotd/td/tg (current package)
		tl_help_deep_link_info_slices_gen.go#L38: type HelpDeepLinkInfoClassArray []HelpDeepLinkInfoClass
		tl_help_deep_link_info_slices_gen.go#L41: func (s HelpDeepLinkInfoClassArray) Sort(less func(a, b HelpDeepLinkInfoClass) bool) HelpDeepLinkInfoClassArray {
		tl_help_deep_link_info_slices_gen.go#L49: func (s HelpDeepLinkInfoClassArray) SortStable(less func(a, b HelpDeepLinkInfoClass) bool) HelpDeepLinkInfoClassArray {
		tl_help_deep_link_info_slices_gen.go#L57: func (s HelpDeepLinkInfoClassArray) Retain(keep func(x HelpDeepLinkInfoClass) bool) HelpDeepLinkInfoClassArray {
		tl_help_deep_link_info_slices_gen.go#L71: func (s HelpDeepLinkInfoClassArray) First() (v HelpDeepLinkInfoClass, ok bool) {
		tl_help_deep_link_info_slices_gen.go#L79: func (s HelpDeepLinkInfoClassArray) Last() (v HelpDeepLinkInfoClass, ok bool) {
		tl_help_deep_link_info_slices_gen.go#L87: func (s *HelpDeepLinkInfoClassArray) PopFirst() (v HelpDeepLinkInfoClass, ok bool) {
		tl_help_deep_link_info_slices_gen.go#L106: func (s *HelpDeepLinkInfoClassArray) Pop() (v HelpDeepLinkInfoClass, ok bool) {
		tl_help_deep_link_info_slices_gen.go#L120: func (s HelpDeepLinkInfoClassArray) AsHelpDeepLinkInfo() (to HelpDeepLinkInfoArray) {
		tl_help_deep_link_info_slices_gen.go#L134: func (s HelpDeepLinkInfoClassArray) AppendOnlyNotEmpty(to []*HelpDeepLinkInfo) []*HelpDeepLinkInfo {
		tl_help_deep_link_info_slices_gen.go#L147: func (s HelpDeepLinkInfoClassArray) AsNotEmpty() (to []*HelpDeepLinkInfo) {
		tl_help_deep_link_info_slices_gen.go#L152: func (s HelpDeepLinkInfoClassArray) FirstAsNotEmpty() (v *HelpDeepLinkInfo, ok bool) {
		tl_help_deep_link_info_slices_gen.go#L161: func (s HelpDeepLinkInfoClassArray) LastAsNotEmpty() (v *HelpDeepLinkInfo, ok bool) {
		tl_help_deep_link_info_slices_gen.go#L170: func (s *HelpDeepLinkInfoClassArray) PopFirstAsNotEmpty() (v *HelpDeepLinkInfo, ok bool) {
		tl_help_deep_link_info_slices_gen.go#L179: func (s *HelpDeepLinkInfoClassArray) PopAsNotEmpty() (v *HelpDeepLinkInfo, ok bool) {