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

31 uses

	github.com/gotd/td/tg (current package)
		tl_account_web_authorizations_gen.go#L40: 	Authorizations []WebAuthorization
		tl_account_web_authorizations_gen.go#L81: 	GetAuthorizations() (value []WebAuthorization)
		tl_account_web_authorizations_gen.go#L178: 			w.Authorizations = make([]WebAuthorization, 0, headerLen%bin.PreallocateLimit)
		tl_account_web_authorizations_gen.go#L181: 			var value WebAuthorization
		tl_account_web_authorizations_gen.go#L209: func (w *AccountWebAuthorizations) GetAuthorizations() (value []WebAuthorization) {
		tl_registry_gen.go#L4412: 		WebAuthorizationTypeID:                                   func() bin.Object { return &WebAuthorization{} },
		tl_web_authorization_gen.go#L41: type WebAuthorization struct {
		tl_web_authorization_gen.go#L67: 	_ bin.Encoder     = &WebAuthorization{}
		tl_web_authorization_gen.go#L68: 	_ bin.Decoder     = &WebAuthorization{}
		tl_web_authorization_gen.go#L69: 	_ bin.BareEncoder = &WebAuthorization{}
		tl_web_authorization_gen.go#L70: 	_ bin.BareDecoder = &WebAuthorization{}
		tl_web_authorization_gen.go#L73: func (w *WebAuthorization) Zero() bool {
		tl_web_authorization_gen.go#L109: func (w *WebAuthorization) String() string {
		tl_web_authorization_gen.go#L113: 	type Alias WebAuthorization
		tl_web_authorization_gen.go#L118: func (w *WebAuthorization) FillFrom(from interface {
		tl_web_authorization_gen.go#L143: func (*WebAuthorization) TypeID() uint32 {
		tl_web_authorization_gen.go#L148: func (*WebAuthorization) TypeName() string {
		tl_web_authorization_gen.go#L153: func (w *WebAuthorization) TypeInfo() tdp.Type {
		tl_web_authorization_gen.go#L204: func (w *WebAuthorization) Encode(b *bin.Buffer) error {
		tl_web_authorization_gen.go#L213: func (w *WebAuthorization) EncodeBare(b *bin.Buffer) error {
		tl_web_authorization_gen.go#L230: func (w *WebAuthorization) Decode(b *bin.Buffer) error {
		tl_web_authorization_gen.go#L241: func (w *WebAuthorization) DecodeBare(b *bin.Buffer) error {
		tl_web_authorization_gen.go#L312: func (w *WebAuthorization) GetHash() (value int64) {
		tl_web_authorization_gen.go#L320: func (w *WebAuthorization) GetBotID() (value int64) {
		tl_web_authorization_gen.go#L328: func (w *WebAuthorization) GetDomain() (value string) {
		tl_web_authorization_gen.go#L336: func (w *WebAuthorization) GetBrowser() (value string) {
		tl_web_authorization_gen.go#L344: func (w *WebAuthorization) GetPlatform() (value string) {
		tl_web_authorization_gen.go#L352: func (w *WebAuthorization) GetDateCreated() (value int) {
		tl_web_authorization_gen.go#L360: func (w *WebAuthorization) GetDateActive() (value int) {
		tl_web_authorization_gen.go#L368: func (w *WebAuthorization) GetIP() (value string) {
		tl_web_authorization_gen.go#L376: func (w *WebAuthorization) GetRegion() (value string) {