Skip to content

channels.editPhoto

Layer 225

Constructor ID: 0xf12e57c9
Returns: Updates

Parameters

NameTypeDescription
channelInputChannel
photoInputChatPhoto

Example

go
result, err := client.Raw(&tg.EditPhotoRequest{
    channel: nil, // InputChannel
    photo: nil, // InputChatPhoto
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.