Appearance
Layer 225
Constructor ID: 0x081202c9 Returns: Updates
0x081202c9
peer
InputPeer
theme
InputChatTheme
result, err := client.Raw(&tg.SetChatThemeRequest{ peer: nil, // InputPeer theme: nil, // InputChatTheme }) if err != nil { panic(err) } print(result)