Layer 224
AccountTakeoutObj
Takeout info
constructor
account.takeout#4dba4501 id:long = account.Takeout;
Parameters
| Name | Type | Description |
|---|---|---|
| Id | long | Takeout ID |
Returns
account.TakeoutGogram Example
// Creating AccountTakeoutObj constructor obj := &tg.AccountTakeoutObj{ Id: int64(1234567890), }