Bug? jTelegram Lib

CGP

Member
Licensed User
Longtime User
Hello @DonManfred.

Tested 0.10 and "new_chat_participant" is ok but there are few more:oops:.

left_chat_participant
B4X:
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "left_chat_participant" (class io.fouad.jtb.core.beans.Message), not marked as ignorable (35 known properties: "entities", "new_chat_member", "edit_date", "animation", "new_chat_photo", "new_chat_participant", "message_id", "audio", "chat", "document", "delete_chat_photo", "contact", "migrate_from_chat_id", "forward_from", "caption", "forward_date", "left_chat_member", "from", "text", "date", "venue", "new_chat_title", "game", "location", "reply_to_message", "video", "supergroup_chat_created", "sticker", "group_chat_created", "forward_from_chat", "pinned_message", "photo", "channel_chat_created", "voice", "......

new_chat_members
B4X:
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "new_chat_members" (class io.fouad.jtb.core.beans.Message), not marked as ignorable (35 known properties: "entities", "new_chat_member", "edit_date", "animation", "new_chat_photo", "new_chat_participant", "message_id", "audio", "chat", "document", "delete_chat_photo", "contact", "migrate_from_chat_id", "forward_from", "caption", "forward_date", "left_chat_member", "from", "text", "date", "venue", "new_chat_title", "game", "location", "reply_to_message", "video", "supergroup_chat_created", "sticker", "group_chat_created", "forward_from_chat", "pinned_message", "photo", "channel_chat_created", "voice", "migra......

Here is a list with all fields.

Thanks
 
Top