Contact , Location, Venue
Xondamir Abduxoshimov
private async void Xabar_Kelganda(object sender, MessageEventArgs e)
{
if (e.Message.Text == "contact yubor")
{
await client.SendContactAsync(
chatId: e.Message.Chat.Id,
// telefon raqami
phoneNumber: "+9981234567",
// ismi
firstName: "Khan",
// familyasi
lastName: "Blogs"
);
}
}


Last updated
Was this helpful?