Layer 220
AccountWebAuthorizations
Web authorizations
constructor
account.webAuthorizations#ed56c9fc authorizations:Vector<WebAuthorization> users:Vector<User> = account.WebAuthorizations;
Parameters
| Name | Type | Description |
|---|---|---|
| Authorizations | Vector<WebAuthorization> | Web authorization list |
| Users | Vector<User> | Users |
Returns
account.WebAuthorizationsGogram Example
// Creating AccountWebAuthorizations constructor obj := &tg.AccountWebAuthorizations{ Authorizations: []tg.WebAuthorization{&tg.WebAuthorization{}}, Users: []tg.User{&tg.User{}}, }