apepenkov
apepenkov
That's not a bug. Asking user for password wasn't implemented in gui.py, and if you would like to do it - you can create a PR.
 I guess, get_messages shall be [TotalList, Message]
functions.messages.GetCommonChatsRequest  add int
same for functions.photos.GetUserPhotosRequest. I guess to TypeInputUser shall be added string(for username) int (for id), User (currently it's not there)
> @apepenkov Not sure if those should be included, since the raw API obviously doesn't take ints, it's just telethon converting them. Would be better to reduce the necessity of...
 send_message doesn't accept types.InputPhoto as file
send_message doesn't accept types.InputMediaInvoice as file 
Getting message from inline doesn't really work, unless peer is known. Not sure if it should. Needs to be investigated
For the editing of inline messages - there are multiple options what to do with it. - leave users to use raw api - create separate friendly method for editing...
Note - message id, that is unpacked from `types.InputBotInlineMessageId`/`types.InputBotInlineMessageId64` (in case of PM or simple chat) is sender's message id, not even bot's.