Skip to content

payments.toggleChatStarGiftNotifications

Layer 225

Constructor ID: 0x60eaefa1
Returns: Bool

Parameters

NameTypeDescription
enabledbool (flags.0, optional)
peerInputPeer

Example

go
result, err := client.Raw(&tg.ToggleChatStarGiftNotificationsRequest{
    enabled: false,
    peer: nil, // InputPeer
})
if err != nil {
    panic(err)
}
print(result)

Released under the Apache-2.0 License.