Skip to content

Allow Responses to Telegram Stickers #27

Description

@cccaballero

Currently, manolo_bot does not respond to Telegram stickers. This limits its interactivity and engagement with users who frequently use stickers in conversations.

Problem:

When a user replies to the bot with a sticker, the bot remains silent. It does not process or respond to the sticker in any way.

Proposed Solution:

Implement functionality that allows manolo_bot to respond to Telegram stickers. Two potential approaches (or a combination of them) can be considered:

  1. LLM Image Interpretation:

    • Utilize the LLM's image understanding capabilities (if available) to analyze the sticker's visual content.
    • Generate a text-based response based on the interpreted image.
    • This approach could provide more contextually relevant and engaging responses.
  2. Emoji-Based Response:

    • Extract the emoji associated with the sticker.
    • Use the extracted emoji to generate a response related to the emoji's meaning.
    • This approach is simpler to implement, and could provide a basic level of response.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions