Giter Site home page Giter Site logo

Chat admin features about tg HOT 3 CLOSED

vysheng avatar vysheng commented on May 18, 2024
Chat admin features

from tg.

Comments (3)

vysheng avatar vysheng commented on May 18, 2024

You can add/delete users to/from chat with chat_add_user/chat_del_user

from tg.

tazhate avatar tazhate commented on May 18, 2024

Is there any other commands? I can add it to README.

from tg.

vysheng avatar vysheng commented on May 18, 2024

You can see it in the top of the structures.c file. Currently
248 char *commands[] = {
249 "help",
250 "msg",
251 "contact_list",
252 "stats",
253 "history",
254 "dialog_list",
255 "send_photo",
256 "send_video",
257 "send_text",
258 "chat_info",
259 "user_info",
260 "fwd",
261 "rename_chat",
262 "load_photo",
263 "view_photo",
264 "load_video_thumb",
265 "view_video_thumb",
266 "load_video",
267 "view_video",
268 "add_contact",
269 "rename_contact",
270 "show_license",
271 "search",
272 "mark_read",
273 "visualize_key",
274 "create_secret_chat",
275 "suggested_contacts",
276 "global_search",
277 "chat_add_user",
278 "chat_del_user",
279 "status_online",
280 "status_offline",
281 "contacts_search",
282 "quit",
283 "send_audio",
284 "load_audio",
285 "view_audio",
286 "send_document",
287 "load_document_thumb",
288 "view_document_thumb",
289 "load_document",
290 "view_document",
291 "set",
292 0 };

from tg.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.