I'm currently building a Facebook messenger bot, and I wish to create a Django model to store users who communicate with my bot which is built in Django.
The USER API documentation states how to get a user's details, but I don't know how to incorporate it in my Model. Here is a link to the USER API.