HarukaNetwork / HarukaX

Telegram bot written in Go, built to scale.
Other
31 stars 31 forks source link

We should not use CustomWelcome field to store FileId. #11

Open soekarnohatta opened 4 years ago

soekarnohatta commented 4 years ago

If we use CustomWelcome field to store FileId (for photo/video/doc welcome message), the FileId replaces the welcome text and the welcome message text will be the FileId. We should have separate field to store FileId and updates the welcome message methodology.

RealAkito commented 4 years ago

I will look into it, CC @ATechnoHazard as well.