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

12 uses

	github.com/gotd/td/tg (current package)
		tl_account_web_browser_settings_slices_gen.go#L120: func (s AccountWebBrowserSettingsClassArray) AsAccountWebBrowserSettings() (to AccountWebBrowserSettingsArray) {
		tl_account_web_browser_settings_slices_gen.go#L188: type AccountWebBrowserSettingsArray []AccountWebBrowserSettings
		tl_account_web_browser_settings_slices_gen.go#L191: func (s AccountWebBrowserSettingsArray) Sort(less func(a, b AccountWebBrowserSettings) bool) AccountWebBrowserSettingsArray {
		tl_account_web_browser_settings_slices_gen.go#L199: func (s AccountWebBrowserSettingsArray) SortStable(less func(a, b AccountWebBrowserSettings) bool) AccountWebBrowserSettingsArray {
		tl_account_web_browser_settings_slices_gen.go#L207: func (s AccountWebBrowserSettingsArray) Retain(keep func(x AccountWebBrowserSettings) bool) AccountWebBrowserSettingsArray {
		tl_account_web_browser_settings_slices_gen.go#L221: func (s AccountWebBrowserSettingsArray) First() (v AccountWebBrowserSettings, ok bool) {
		tl_account_web_browser_settings_slices_gen.go#L229: func (s AccountWebBrowserSettingsArray) Last() (v AccountWebBrowserSettings, ok bool) {
		tl_account_web_browser_settings_slices_gen.go#L237: func (s *AccountWebBrowserSettingsArray) PopFirst() (v AccountWebBrowserSettings, ok bool) {
		tl_account_web_browser_settings_slices_gen.go#L256: func (s *AccountWebBrowserSettingsArray) Pop() (v AccountWebBrowserSettings, ok bool) {