mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix spelling in telegram_bot services (#41235)
This commit is contained in:
parent
51da605b9f
commit
27c3ce16c3
@ -202,7 +202,7 @@ send_location:
|
||||
example: '["/button1, /button2", "/button3"] or [[["Text button1", "/button1"], ["Text button2", "/button2"]], [["Text button3", "/button3"]]]'
|
||||
|
||||
edit_message:
|
||||
description: Edit a previusly sent message.
|
||||
description: Edit a previously sent message.
|
||||
fields:
|
||||
message_id:
|
||||
description: id of the message to edit.
|
||||
@ -227,7 +227,7 @@ edit_message:
|
||||
example: '["/button1, /button2", "/button3"] or [[["Text button1", "/button1"], ["Text button2", "/button2"]], [["Text button3", "/button3"]]]'
|
||||
|
||||
edit_caption:
|
||||
description: Edit the caption of a previusly sent message.
|
||||
description: Edit the caption of a previously sent message.
|
||||
fields:
|
||||
message_id:
|
||||
description: id of the message to edit.
|
||||
@ -243,7 +243,7 @@ edit_caption:
|
||||
example: '["/button1, /button2", "/button3"] or [[["Text button1", "/button1"], ["Text button2", "/button2"]], [["Text button3", "/button3"]]]'
|
||||
|
||||
edit_replymarkup:
|
||||
description: Edit the inline keyboard of a previusly sent message.
|
||||
description: Edit the inline keyboard of a previously sent message.
|
||||
fields:
|
||||
message_id:
|
||||
description: id of the message to edit.
|
||||
|
Loading…
x
Reference in New Issue
Block a user