chatlists.deleteExportedInvite
Layer 225
Constructor ID: 0x719c5c5e
Returns: Bool
Parameters
| Name | Type | Description |
|---|---|---|
chatlist | InputChatlist | |
slug | string |
Example
go
result, err := client.Raw(&tg.DeleteExportedInviteRequest{
chatlist: nil, // InputChatlist
slug: "",
})
if err != nil {
panic(err)
}
print(result)