Skip to content

messages.setEncryptedTyping

Layer 225

Constructor ID: 0x791451ed
Returns: Bool

Parameters

NameTypeDescription
peerInputEncryptedChat
typingbool

Example

go
result, err := client.Raw(&tg.SetEncryptedTypingRequest{
    peer: nil, // InputEncryptedChat
    typing: false,
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.