sendVideoNote method
FutureOr<Map>
sendVideoNote({
- required Map parameters,
- required TelegramClientCallApiInvoke callApiInvoke,
- required TelegramClientData telegramClientData,
method SendVideoNote
Implementation
FutureOr<Map> sendVideoNote({
required Map parameters,
required TelegramClientCallApiInvoke callApiInvoke,
required TelegramClientData telegramClientData,
}) async {
return await sendMessageRaw(
parameters: parameters,
callApiInvoke: callApiInvoke,
telegramClientData: telegramClientData);
}