const github.com/gotd/td/tg.AccountWebAuthorizationsTypeID

8 uses

	github.com/gotd/td/tg (current package)
		tl_account_web_authorizations_gen.go#L46: const AccountWebAuthorizationsTypeID = 0xed56c9fc
		tl_account_web_authorizations_gen.go#L92: 	return AccountWebAuthorizationsTypeID
		tl_account_web_authorizations_gen.go#L104: 		ID:   AccountWebAuthorizationsTypeID,
		tl_account_web_authorizations_gen.go#L128: 	b.PutID(AccountWebAuthorizationsTypeID)
		tl_account_web_authorizations_gen.go#L160: 	if err := b.ConsumeID(AccountWebAuthorizationsTypeID); err != nil {
		tl_registry_gen.go#L849: 		AccountWebAuthorizationsTypeID:                           "account.webAuthorizations#ed56c9fc",
		tl_registry_gen.go#L2631: 		"account.webAuthorizations":                          AccountWebAuthorizationsTypeID,
		tl_registry_gen.go#L4413: 		AccountWebAuthorizationsTypeID:                           func() bin.Object { return &AccountWebAuthorizations{} },