Layer 224
UpdateManagedBot
constructor
updateManagedBot#4880ed9a user_id:long bot_id:long qts:int = Update;
Parameters
| Name | Type | Description |
|---|---|---|
| UserId | long | |
| BotId | long | |
| Qts | int |
Returns
UpdateGogram Example
// Creating UpdateManagedBot constructor obj := &tg.UpdateManagedBot{ UserId: int64(1234567890), BotId: int64(1234567890), Qts: 42, }