Future<T> sendTextAtMessage<T, F>(Map<String, dynamic> params) async { return await sendMessage<T, F>(type: 'textAt', params: params); }