Skip to content

Latest commit

 

History

History
87 lines (58 loc) · 3.65 KB

File metadata and controls

87 lines (58 loc) · 3.65 KB

Examples

This document showcases examples of the different commands and options available with the WhatsApp sticker bot. Each example demonstrates a unique command or a combination of commands.

Base Command

!sticker
This is the basic sticker command without any modifications
This is the basic sticker command without any modifications.

Base Command with Video

!sticker
Converts a video into an animated sticker Converts a video into an animated sticker.

Resize

!sticker resize=512/512
Resizes the sticker to 512x512 pixels
Resizes the sticker to 512x512 pixels.

Negate

!sticker negate
Inverts the colors of the sticker
Inverts the colors of the sticker.

Grayscale/Greyscale

!sticker grayscale
Converts the sticker to black and white
Converts the sticker to black and white.

Blur

!sticker blur=10
Applies a blur effect with a level of 10
Applies a blur effect with a level of 10.

Lightness

!sticker lightness=50
Adjusts the lightness of the sticker
Adjusts the lightness of the sticker.

Brightness

!sticker brightness=2
Increases the brightness
Increases the brightness. Note the difference from lightness in the black background.

Saturation

!sticker saturation=10
Enhances the color intensity
Enhances the color intensity.

Hue

!sticker hue=90
Changes the hue to 90 degrees
Changes the hue to 90 degrees.

Remove Background

!sticker removeBg
Removes the background from the sticker. Best used with human/object photos
Removes the background from the sticker. Best used with human/object photos.

Background Color

!sticker bgColor=lightgreen
Replaces the background with a light green color
Replaces the background with a light green color.

Background Image URL

!sticker bgImageUrl=https://user-images.githubusercontent.com/64804554/187542182-17583f84-1a52-4680-82f2-3b78462c91fe.png
Sets a custom image as the background
Sets a custom image as the background.

Text, Text Color, Text Size, and Text Position

!sticker text="Hey you!" textColor=blue textSize=64 textPosition=topLeft
Adds custom text with specified color, size, and position
Adds custom text with specified color, size, and position.