Skip to content

messages.setChatTheme

Layer 225

Constructor ID: 0x081202c9
Returns: Updates

Parameters

NameTypeDescription
peerInputPeer
themeInputChatTheme

Example

go
result, err := client.Raw(&tg.SetChatThemeRequest{
    peer: nil, // InputPeer
    theme: nil, // InputChatTheme
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.