Skip to content

Commit

Permalink
doc: fix ref links
Browse files Browse the repository at this point in the history
  • Loading branch information
KnorpelSenf committed Apr 1, 2024
1 parent 9c7c021 commit d7660e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1402,7 +1402,7 @@ export class Context implements RenamedUpdate {
* @param other Optional remaining parameters, confer the official reference below
* @param signal Optional `AbortSignal` to cancel the request
*
* **Official reference:** https://core.telegram.org/bots/api#senddice
* **Official reference:** https://core.telegram.org/bots/api#setmessagereaction
*/
react(
reaction: MaybeArray<ReactionTypeEmoji["emoji"] | ReactionType>,
Expand Down
4 changes: 4 additions & 0 deletions src/core/api.ts
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,8 @@ export class Api<R extends RawApi = RawApi> {
*
* @param business_connection_id Unique identifier of the business connection
* @param signal Optional `AbortSignal` to cancel the request
*
* **Official reference:** https://core.telegram.org/bots/api#getbusinessconnection
*/
getBusinessConnection(
business_connection_id: string,
Expand Down Expand Up @@ -2221,6 +2223,8 @@ export class Api<R extends RawApi = RawApi> {
* @param old_sticker File identifier of the replaced sticker
* @param sticker An object with information about the added sticker. If exactly the same sticker had already been added to the set, then the set remains unchanged.:x
* @param signal Optional `AbortSignal` to cancel the request
*
* **Official reference:** https://core.telegram.org/bots/api#replacestickerinset
*/
replaceStickerInSet(
user_id: number,
Expand Down

0 comments on commit d7660e9

Please sign in to comment.