Skip to content

Commit

Permalink
doc: currected parameter description in sender layer
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev authored Jul 19, 2024
1 parent cb9ca8f commit 8dafa45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/layers/sender.layer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ export class SenderLayer extends ListenerLayer {
* Sends image message
* @category Chat
* @param to Chat id
* @param base64 File path, http link or base64Encoded
* @param base64 A base64-encoded data URI (with mime type)
* @param filename
* @param caption
* @param quotedMessageId Quoted message id
Expand Down

0 comments on commit 8dafa45

Please sign in to comment.