Layer 220
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

Gogram Example

// Creating AccountWebAuthorizations constructor
obj := &tg.AccountWebAuthorizations{
    Authorizations: []tg.WebAuthorization{&tg.WebAuthorization{}},
    Users: []tg.User{&tg.User{}},
}