Skip to content

chatlists.deleteExportedInvite

Layer 225

Constructor ID: 0x719c5c5e
Returns: Bool

Parameters

NameTypeDescription
chatlistInputChatlist
slugstring

Example

go
result, err := client.Raw(&tg.DeleteExportedInviteRequest{
    chatlist: nil, // InputChatlist
    slug: "",
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.