a00a608355
Before commit [1], the message parse mode value is the same
as bot parse mode. Therefore, we don't need to pass ParseMode
whenever sending message. But after that commit, if we don't
pass SendOpts's ParseMode, the library will use the default
mode which is empty string "".
[1]
|
||
---|---|---|
.. | ||
telegram.go | ||
telegram_test.go |