type github.com/gotd/td/tg.AccountWebBrowserSettings
49 uses
github.com/gotd/td/tg (current package)
tl_account_web_browser_settings_gen.go#L138: type AccountWebBrowserSettings struct {
tl_account_web_browser_settings_gen.go#L157: func (w AccountWebBrowserSettings) construct() AccountWebBrowserSettingsClass { return &w }
tl_account_web_browser_settings_gen.go#L161: _ bin.Encoder = &AccountWebBrowserSettings{}
tl_account_web_browser_settings_gen.go#L162: _ bin.Decoder = &AccountWebBrowserSettings{}
tl_account_web_browser_settings_gen.go#L163: _ bin.BareEncoder = &AccountWebBrowserSettings{}
tl_account_web_browser_settings_gen.go#L164: _ bin.BareDecoder = &AccountWebBrowserSettings{}
tl_account_web_browser_settings_gen.go#L166: _ AccountWebBrowserSettingsClass = &AccountWebBrowserSettings{}
tl_account_web_browser_settings_gen.go#L169: func (w *AccountWebBrowserSettings) Zero() bool {
tl_account_web_browser_settings_gen.go#L196: func (w *AccountWebBrowserSettings) String() string {
tl_account_web_browser_settings_gen.go#L200: type Alias AccountWebBrowserSettings
tl_account_web_browser_settings_gen.go#L205: func (w *AccountWebBrowserSettings) FillFrom(from interface {
tl_account_web_browser_settings_gen.go#L222: func (*AccountWebBrowserSettings) TypeID() uint32 {
tl_account_web_browser_settings_gen.go#L227: func (*AccountWebBrowserSettings) TypeName() string {
tl_account_web_browser_settings_gen.go#L232: func (w *AccountWebBrowserSettings) TypeInfo() tdp.Type {
tl_account_web_browser_settings_gen.go#L269: func (w *AccountWebBrowserSettings) SetFlags() {
tl_account_web_browser_settings_gen.go#L279: func (w *AccountWebBrowserSettings) Encode(b *bin.Buffer) error {
tl_account_web_browser_settings_gen.go#L288: func (w *AccountWebBrowserSettings) EncodeBare(b *bin.Buffer) error {
tl_account_web_browser_settings_gen.go#L313: func (w *AccountWebBrowserSettings) Decode(b *bin.Buffer) error {
tl_account_web_browser_settings_gen.go#L324: func (w *AccountWebBrowserSettings) DecodeBare(b *bin.Buffer) error {
tl_account_web_browser_settings_gen.go#L380: func (w *AccountWebBrowserSettings) SetOpenExternalBrowser(value bool) {
tl_account_web_browser_settings_gen.go#L391: func (w *AccountWebBrowserSettings) GetOpenExternalBrowser() (value bool) {
tl_account_web_browser_settings_gen.go#L399: func (w *AccountWebBrowserSettings) SetDisplayCloseButton(value bool) {
tl_account_web_browser_settings_gen.go#L410: func (w *AccountWebBrowserSettings) GetDisplayCloseButton() (value bool) {
tl_account_web_browser_settings_gen.go#L418: func (w *AccountWebBrowserSettings) GetExternalExceptions() (value []WebDomainException) {
tl_account_web_browser_settings_gen.go#L426: func (w *AccountWebBrowserSettings) GetInappExceptions() (value []WebDomainException) {
tl_account_web_browser_settings_gen.go#L434: func (w *AccountWebBrowserSettings) GetHash() (value int64) {
tl_account_web_browser_settings_gen.go#L482: AsModified() (*AccountWebBrowserSettings, bool)
tl_account_web_browser_settings_gen.go#L486: func (w *AccountWebBrowserSettingsNotModified) AsModified() (*AccountWebBrowserSettings, bool) {
tl_account_web_browser_settings_gen.go#L491: func (w *AccountWebBrowserSettings) AsModified() (*AccountWebBrowserSettings, bool) {
tl_account_web_browser_settings_gen.go#L511: v := AccountWebBrowserSettings{}
tl_account_web_browser_settings_slices_gen.go#L122: value, ok := elem.(*AccountWebBrowserSettings)
tl_account_web_browser_settings_slices_gen.go#L134: func (s AccountWebBrowserSettingsClassArray) AppendOnlyModified(to []*AccountWebBrowserSettings) []*AccountWebBrowserSettings {
tl_account_web_browser_settings_slices_gen.go#L147: func (s AccountWebBrowserSettingsClassArray) AsModified() (to []*AccountWebBrowserSettings) {
tl_account_web_browser_settings_slices_gen.go#L152: func (s AccountWebBrowserSettingsClassArray) FirstAsModified() (v *AccountWebBrowserSettings, ok bool) {
tl_account_web_browser_settings_slices_gen.go#L161: func (s AccountWebBrowserSettingsClassArray) LastAsModified() (v *AccountWebBrowserSettings, ok bool) {
tl_account_web_browser_settings_slices_gen.go#L170: func (s *AccountWebBrowserSettingsClassArray) PopFirstAsModified() (v *AccountWebBrowserSettings, ok bool) {
tl_account_web_browser_settings_slices_gen.go#L179: func (s *AccountWebBrowserSettingsClassArray) PopAsModified() (v *AccountWebBrowserSettings, ok bool) {
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#L247: var zero AccountWebBrowserSettings
tl_account_web_browser_settings_slices_gen.go#L256: func (s *AccountWebBrowserSettingsArray) Pop() (v AccountWebBrowserSettings, ok bool) {
tl_registry_gen.go#L6508: AccountWebBrowserSettingsTypeID: func() bin.Object { return &AccountWebBrowserSettings{} },
 |
The pages are generated with Golds v0.8.4. (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. |