Notify

It prompts the user with a push notification or badge with a specific message. The message will be available on the notifications screen.

@client.messaging.notify "1234567890", "Hello world!"
err := client.MessagingService().Notify("1234567890", "Hello world!")
await sdk.messaging().notify("1234567890", "Hello world!")