Ejemplo n.º 1
0
        protected async Task <bool> answerPreCheckoutQuery(bool Ok, string ErrorText = null)
        {
            try
            {
                return(await TelegramClient.AnswerPreCheckoutQueryAsync(Update.PreCheckoutQuery.Id, Ok, ErrorText));
            }

            catch
            {
                return(false);
            }
        }