skip to Main Content

How can I show HTML formatted inline query – Telegram

In my Telegram Bot I need to show HTML formatted view in my inline query: private static async void BotOnInlineQueryReceived( object sender, InlineQueryEventArgs inlineQueryEventArgs) { Console.WriteLine( $"Received inline query from: {inlineQueryEventArgs.InlineQuery.From.Id}"); InlineQueryResultBase[] results = { new InlineQueryResultArticle( id: "1", title…

VIEW QUESTION

.net core 2.0 JWT token

I have a web Api built with .net core 2.0 and a mobile app built with xamarin. To login the mobile app make a call to the web api by passing (username and password). If the credentials are valid web…

VIEW QUESTION
Back To Top
Search