Note for loading telegram drivers to receive attachments

Open
#103 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
1/5
Estimated time
Under an hour
Newbie friendliness
55/100
Issue type
Documentation
Clarity
Clearly specified
Activity status
Stale
Tech stack
php
Domain
documentation

Research direction

Read driver-telegram.md and receiving-additional-content.md to decide where the note about loading attachment drivers fits best. Document the TelegramPhotoDriver loading example and the silent failure behavior, then verify the information is present in the selected documentation page.

Written by the indexing model from the issue text.

Description

It seems I can't reopen #69 , but info is actual and absent in main docs.

You need to manually load corresponding driver to receive attachments, for example:

DriverManager::loadDriver(\BotMan\Drivers\Telegram\TelegramPhotoDriver::class);

Otherwise it silently don't work.

Add it somewhere, plz.
Here: https://github.com/botman/docs/blob/master/driver-telegram.md
or here: https://github.com/botman/docs/blob/master/receiving-additional-content.md .

Should I make PR?

Dominant language
No language data
Stars
33
Forks
49
PR merge metrics
No merged PRs in 30d

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from botman/docs

All issues in botman/docs

Similar issues

More Documentation issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.