You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`content('')`: (string) Notification message, supports markdown. For more information on supported markdown styles, check out these [docs](https://telegram-bot-sdk.readme.io/reference#section-formatting-options).
227
229
-`view($view, $data = [], $mergeData = [])`: (string) Blade template name with Telegram supported HTML or Markdown syntax content if you wish to use a view file instead of the `content()` method.
228
230
-`button($text, $url)`: (string) Adds an inline "Call to Action" button. You can add as many as you want, and they'll be placed 2 in a row.
231
+
-`buttonWithCallback($text, $callback_data)`: (string) Adds an inline button with callback. You can add as many as you want, and they'll be placed 2 in a row.
229
232
-`disableNotification($disableNotification = true)`: (bool) Send the message silently. Users will receive a notification with no sound.
230
233
-`options([])`: (array) Allows you to add additional or override `sendMessage` payload (A Telegram Bot API method used to send message internally). For more information on supported parameters, check out these [docs](https://telegram-bot-sdk.readme.io/docs/sendmessage).
-`latitude($latitude)`: (float|string) Latitude of the location.
237
240
-`longitude($longitude)`: (float|string) Longitude of the location.
238
241
-`button($text, $url)`: (string) Adds an inline "Call to Action" button. You can add as many as you want, and they'll be placed 2 in a row.
242
+
-`buttonWithCallback($text, $callback_data)`: (string) Adds an inline button with callback. You can add as many as you want, and they'll be placed 2 in a row.
239
243
-`disableNotification($disableNotification = true)`: (bool) Send the message silently. Users will receive a notification with no sound.
240
244
-`options([])`: (array) Allows you to add additional or override the payload.
-`voice($file)`: Helper method to attach a voice note (`.ogg` file with OPUS encoded).
255
259
-`videoNote($file)`: Helper method to attach a video note file (Upto 1 min long, rounded square video).
256
260
-`button($text, $url)`: (string) Adds an inline "Call to Action" button. You can add as many as you want, and they'll be placed 2 in a row.
261
+
-`buttonWithCallback($text, $callback_data)`: (string) Adds an inline button with callback. You can add as many as you want, and they'll be placed 2 in a row.
257
262
-`disableNotification($disableNotification = true)`: (bool) Send the message silently. Users will receive a notification with no sound.
258
263
-`options([])`: (array) Allows you to add additional or override the payload.
0 commit comments