Skip to content

messages.editChatCreator

Layer 225

Constructor ID: 0xf743b857
Returns: Updates

Parameters

NameTypeDescription
peerInputPeer
user_idInputUser
passwordInputCheckPasswordSRP

Example

go
result, err := client.Raw(&tg.EditChatCreatorRequest{
    peer: nil, // InputPeer
    user_id: nil, // InputUser
    password: nil, // InputCheckPasswordSRP
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.