Skip to content

channels.deleteParticipantHistory

Layer 225

Constructor ID: 0x367544db
Returns: AffectedHistory

Parameters

NameTypeDescription
channelInputChannel
participantInputPeer

Example

go
result, err := client.Raw(&tg.DeleteParticipantHistoryRequest{
    channel: nil, // InputChannel
    participant: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.