ArminKH
Well-Known Member
hello
is this possible to show a id or channel which is registered in Telegram Messenger by intent?
some thing like this
and the api page is https://core.telegram.org/methods
thanx
is this possible to show a id or channel which is registered in Telegram Messenger by intent?
some thing like this
B4X:
Dim i As Intent
i.Initialize(i.ACTION_VIEW,"id:ArminKH1993")
i.SetComponent("org.telegram.messenger/.messages.sendMessage")
StartActivity(i)
and the api page is https://core.telegram.org/methods
thanx