Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I want to add a sticker package from software to Telegram. I do not know how to do this. How can I do this using an API?
you can use the #Stickers bot or https://core.telegram.org/bots/api#stickers
Related
Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 3 days ago.
Improve this question
what's the best way to recommend similar movies on my website? Should I get an API key from a database to generate the recommendations, or is there a better way to do it?
i just writing blog on site but i need better guidline to improve my ranking on google serp.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I registered in CSSBattle and found out that the most compact answers used values like margin:0+50 or box-shadow:0+0+0+2in#cccccc and I was wonder how are those values valid if I couldn't find documentation about it.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
I'm trying to develop a chat app and wanted to know what if there's any way to generate a unique ID between 2 different users.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 2 years ago.
Improve this question
Currently, I am writing a cloud function, i need a way to get the device id tokens of some devices, which i have stored in a field of a collection in a document.
How can I access it?
Please help, i'm stuck at this.
You can try code:
firebaseMessaging.getToken().then((token) {
Firestore.instance.collection('collectionName').document(currentUserId).updateData({'pushToken': token});
})
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I want to make a CRM (like vtiger, suger crm)using Symfony 2 how I start it?
what kind of areas should I fillow?
Where from I stated it?
what are the areas I fi
have a look at orocrm.com it's based on symfony2, it may be a good starting point for use or inspiration