예제 #1
0
        public async Task ExecuteCommand(string chatId, User userJoined, User userLeft)
        {
            var msg = await _messagesService.GetAndroidAppMsg(_settings.AndroidAppUrl);

            await _telegramBotClient.SendTextMessageAsync(chatId, msg, ParseMode.Default, false, false, 0, KeyBoards.MainKeyboard);
        }