sendToSomeChat abstract method

String sendToSomeChat(
  1. String name
)

Send to specific chat

In en, this message translates to: 'Send to {name}'

Implementation

String sendToSomeChat(String name);