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

23 uses

	github.com/gotd/td/tg (current package)
		tl_account_get_web_authorizations_gen.go#L141: func (c *Client) AccountGetWebAuthorizations(ctx context.Context) (*AccountWebAuthorizations, error) {
		tl_account_get_web_authorizations_gen.go#L142: 	var result AccountWebAuthorizations
		tl_account_web_authorizations_gen.go#L38: type AccountWebAuthorizations struct {
		tl_account_web_authorizations_gen.go#L50: 	_ bin.Encoder     = &AccountWebAuthorizations{}
		tl_account_web_authorizations_gen.go#L51: 	_ bin.Decoder     = &AccountWebAuthorizations{}
		tl_account_web_authorizations_gen.go#L52: 	_ bin.BareEncoder = &AccountWebAuthorizations{}
		tl_account_web_authorizations_gen.go#L53: 	_ bin.BareDecoder = &AccountWebAuthorizations{}
		tl_account_web_authorizations_gen.go#L56: func (w *AccountWebAuthorizations) Zero() bool {
		tl_account_web_authorizations_gen.go#L71: func (w *AccountWebAuthorizations) String() string {
		tl_account_web_authorizations_gen.go#L75: 	type Alias AccountWebAuthorizations
		tl_account_web_authorizations_gen.go#L80: func (w *AccountWebAuthorizations) FillFrom(from interface {
		tl_account_web_authorizations_gen.go#L91: func (*AccountWebAuthorizations) TypeID() uint32 {
		tl_account_web_authorizations_gen.go#L96: func (*AccountWebAuthorizations) TypeName() string {
		tl_account_web_authorizations_gen.go#L101: func (w *AccountWebAuthorizations) TypeInfo() tdp.Type {
		tl_account_web_authorizations_gen.go#L124: func (w *AccountWebAuthorizations) Encode(b *bin.Buffer) error {
		tl_account_web_authorizations_gen.go#L133: func (w *AccountWebAuthorizations) EncodeBare(b *bin.Buffer) error {
		tl_account_web_authorizations_gen.go#L156: func (w *AccountWebAuthorizations) Decode(b *bin.Buffer) error {
		tl_account_web_authorizations_gen.go#L167: func (w *AccountWebAuthorizations) DecodeBare(b *bin.Buffer) error {
		tl_account_web_authorizations_gen.go#L209: func (w *AccountWebAuthorizations) GetAuthorizations() (value []WebAuthorization) {
		tl_account_web_authorizations_gen.go#L217: func (w *AccountWebAuthorizations) GetUsers() (value []UserClass) {
		tl_account_web_authorizations_gen.go#L225: func (w *AccountWebAuthorizations) MapUsers() (value UserClassArray) {
		tl_registry_gen.go#L4413: 		AccountWebAuthorizationsTypeID:                           func() bin.Object { return &AccountWebAuthorizations{} },
		tl_server_gen.go#L969: func (s *ServerDispatcher) OnAccountGetWebAuthorizations(f func(ctx context.Context) (*AccountWebAuthorizations, error)) {