Examples: query, "exact match", wildcard*, wild?ard, wild*rd
Fuzzy search: cake~ (finds cakes, bake)
Term boost: "red velvet"^4, chocolate^2
Field grouping: tags:(+work -"fun-stuff")
Escape special characters +-&|!(){}[]^"~*?:\ - e.g. \+ \* \!
Range search: properties.timestamp:[1587729413488 TO *] (inclusive), properties.title:{A TO Z}(excluding A and Z)
Combinations: chocolate AND vanilla, chocolate OR vanilla, (chocolate OR vanilla) NOT "vanilla pudding"
Field search: properties.title:"The Title" AND text
Back to post

Revisions 2

one year ago
Make Bot OBO and then add himself into group chat and then send message
Make Bot OBO and then add himself into group chat and then send message
How to assign permissions to make the bot Administrator role where it could add itself into the chat room after checking public room or not . Once it adds itself into the group it should be able to send message into the room as well so provide solution for how to add bot into chat room using bot permission and OBO(detailed explanation would help please).
How to assign permissions to make the bot Administrator role where it could add itself into the chat room after checking public room or not . Once it adds itself into the group it should be able to send message into the room as well so provide solution for how to add bot into chat room using bot permission and OBO(detailed explanation would help please).
#extension-app #obo
#
one year ago
Original
Make Bot OBO and then add himself into group chat and then send message

How to assign permissions to make the bot Administrator role where it could add itself into the chat room after checking public room or not . Once it adds itself into the group it should be able to send message into the room as well so provide solution for how to add bot into chat room using bot permission and OBO(detailed explanation would help please).
#