AbsApiState implementations for Telegram api in JAVA -
could 1 give me example of absapistate implementations using in telegram api in java :>please<:
finally want send message 1 phone number programmatically java.
i did google research lot didn't understand life cycle of telegram api?!
take close @ webogram does. written in javascript.
then see if can follow steps here to:
1) app_id
2) write code obtain valid auth_key indicated in telegram api
see here: https://stackoverflow.com/a/32809138/44080
3) check out console.logs local copy of webogram running in browser understand how working client interacts telegram servers.
4) build parser handle encoding , decoding of telegrams tl types. need handle messaging telegram servers.
5) study mtproto encryption requirements, read , implement each step carefully, compare webogram logs telling you, webogram mtproto.js doing
that's 1 way started
cheers.
Comments
Post a Comment