Interface ChatStickerOptions

interface ChatStickerOptions {
    end_background_color?: string;
    has_started_chat?: boolean;
    start_background_color?: string;
    text: string;
}

Properties

end_background_color?: string
has_started_chat?: boolean
start_background_color?: string
text: string