Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 972 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (14 loc) · 972 Bytes

How to contribute

Did you find a bug?

  • Open a new GitHub issue if it's not already reported.

  • Explain it clearly, with steps (or code) to reproduce it.

Why don't some methods exist?

  • Teleight is a fairly new library and some methods may not be available.
  • New pull requests adding methods to the library are welcomed.

How to wrap methods and objects from Telegram?

  1. Visit Telegram Bot Api.
  2. Take a look at GetUpdates method and GetUpdates result.
  3. Make sure to follow the current syntax and design.
  4. Create a pull request.

Feel free to ask for anything, Teleight is a community project not affiliated to Telegram in any way

Thank you! ❤️