why can't receive reply chats?
What do you mean with reply chats? Do you mean messages that are direct replies of other messages or something else?
@xnodcorp is talking about this

I verified. The handler example doesn't receive these replies.
A default text message gets represented as a Conversation in the protobuf definitions. A "reply chat" or "message quote" is represented as an ExtendedTextMessage which are not currently implemented right now. We still have to determine the best way of implementing these quoted messages, but I think it is doable in the next few days
Most helpful comment
A default text message gets represented as a
Conversationin the protobuf definitions. A "reply chat" or "message quote" is represented as anExtendedTextMessagewhich are not currently implemented right now. We still have to determine the best way of implementing these quoted messages, but I think it is doable in the next few days