channels.deleteParticipantHistory
Layer 225
Constructor ID: 0x367544db
Returns: AffectedHistory
Parameters
| Name | Type | Description |
|---|---|---|
channel | InputChannel | |
participant | InputPeer |
Example
go
result, err := client.Raw(&tg.DeleteParticipantHistoryRequest{
channel: nil, // InputChannel
participant: nil, // InputPeer
})
if err != nil {
panic(err)
}
print(result)