mtproto icon indicating copy to clipboard operation
mtproto copied to clipboard

MTProto implementation in Golang

Results 10 mtproto issues
Sort by recently updated
recently updated
newest added

root@mishanon:/prj/prj# telegram auth 890******** Got: mtproto.TL_auth_sentAppCode root@mishanon:/prj/prj# ls Telegram sent code, but the program quit without possibly enter that code. root@mishanon:/prj/prj# go version go version go1.15.2 linux/amd64

Is there way to handle and store in arbitrary database the sessions of multiple users?

Hi! Thanks for you library! I try send file big file to server. I split file on chunks and send with this method: ``` TL_upload_saveBigFilePart{ file_id: id, file_part: int32(i), file_total_parts:...

the code will be blocked for ever in reconnect method, after getting PHONE_MIGRATE_ or NETWORK_MIGRATE_. It is waiting for 3 updates on allDone channel, in which 2 of them never...

Hi @sdidyk I'm developing a client of telegram.cli, everything is ok, but I can't implement method to adding new contact to existing contact list. Please help me to do that...

Hi I've added support of this method https://core.telegram.org/method/contacts.search It does global search over usernames, not in your contact list

Support to send text message or photo to contact or chats

- Fixed a race condition on (re)connect - new example (a shell) - merged changes from beautyfree/mtproto - minor other improvements I have added a new field in the MTProto...

https://github.com/AmarnathCJD/gogram API Layer 147