Rasm & Sticker
Xondamir Abduxoshimov
HTTP so'rov orqali rasm yuborish
private async void Xabar_Kelganda(object sender, MessageEventArgs e)
{
if(e.Message.Text == "rasm yubor")
{
await client.SendPhotoAsync(
chatId: e.Message.Chat.Id,
photo: "https://www.pinclipart.com/picdir/middle/498-4987331_panda-cartoon-png-cute-cartoon-panda-bear-clipart.png",
caption: "Bu panda",
replyToMessageId: e.Message.MessageId,
parseMode: Telegram.Bot.Types.Enums.ParseMode.Markdown,
disableNotification: true
);
}
}
file_id bo'yicha rasm yuborish

Last updated
Was this helpful?