td
td copied to clipboard
Please tell me how to send pictures using C# Send Message
_client.Send(new TdApi.SendMessage(chatId, 0, 0, null, replyMarkup, content), _defaultHandler); I'd like to send a picture using The path of the picture is a file in the computer C://
You need to use inputMessagePhoto as content of the sent message.