Ali
Ali
> Hi! Have you found any solution? I'm facing the same problem. Nope. I tried with the latest version and I still have the same problem!
> Small group chats do not need an access hash to be interacted with. What kind is `message.peer_ref().id.kind()`? If it says `Channel`, that would probably be the problem. `&message.peer_ref().id.kind() =...
I tried again with the new commit but the problem persists. Here's a dbg of the raw `SendMessage` inside `send_message`: ```rust Err( Rpc( RpcError { code: 400, name: "CHAT_ID_INVALID", value:...
to be clear, the chat is a user and not a group. this is the `dbg!` of the peer inside `SendMessage` if that's what you mean: ```rust peer.into() = Chat(...