Layer 224
ExportedChatlistInviteObj
Exported chat folder deep link.
constructor
exportedChatlistInvite#c5181ac flags:# title:string url:string peers:Vector<Peer> = ExportedChatlistInvite;
Parameters
| Name | Type | Description |
|---|---|---|
| Title | string | Name of the link |
| Url | string | The chat folder deep link. |
| Peers | Vector<Peer> | Peers to import |
Returns
ExportedChatlistInviteGogram Example
// Creating ExportedChatlistInviteObj constructor obj := &tg.ExportedChatlistInviteObj{ Title: "Hello, World!", Url: "Hello, World!", Peers: []tg.Peer{&tg.Peer{}}, }