Skip to content

Commit

Permalink
fix(sticker): DO NOT SEND webp AS A STICKER (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugefiver authored Jun 14, 2024
1 parent 808e858 commit de7955b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/sticker.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func GetSticker(ctx tb.Context) error {
case "", "webm":
sendFile := &tb.Document{
File: tb.FromReader(reader),
FileName: filename + ".webp",
FileName: filename + ".webm",
Caption: emoji,
DisableTypeDetection: true,
}
Expand Down

0 comments on commit de7955b

Please sign in to comment.