telegram-bot-api-polls-checklists-dice-and-user-selection

Telegram Bot API: Polls, Checklists, Dice, and User Selection

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "telegram-bot-api-polls-checklists-dice-and-user-selection" with this command: npx skills add nzhulikov/telegram-bot-skills/nzhulikov-telegram-bot-skills-telegram-bot-api-polls-checklists-dice-and-user-selection

Telegram Bot API: Polls, Checklists, Dice, and User Selection

Purpose

Use this skill when the bot needs structured input or lightweight interaction widgets.

Core API surface

  • sendPoll

  • poll updates and poll answers

  • checklist objects and checklist send/edit flows

  • sendDice

  • keyboard buttons that request:

  • contact

  • location

  • poll creation

  • users

  • chats

Developer guidance

  • Prefer native widgets when they reduce parsing ambiguity.

  • Store poll IDs and map them to domain objects.

  • For quizzes, persist correct-answer state outside the message itself.

  • Treat shared chat/user identifiers as user-selected references, not as proof of future access.

Checklists

  • Use checklists when a task list is part of the actual product, not just bot-internal state.

  • Model task IDs carefully because replies can target specific checklist tasks.

  • Consider whether other users may add or complete tasks.

Common mistakes

  • Assuming every poll answer update arrives for every poll in Telegram.

  • Forgetting that some widgets are private-chat only.

  • Treating shared chat/user IDs as if the bot automatically has full access to them.

  • Using dice as business logic randomness without considering UX expectations.

Read next

  • 05-commands-keyboards-and-input

  • 03-messages-and-formatting

  • 21-schema-and-type-modeling

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

telegram-bot-api-games

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

changelog-curator

从变更记录、提交摘要或发布说明中整理对外 changelog,并区分用户价值与内部改动。;use for changelog, release-notes, docs workflows;do not use for 捏造未发布功能, 替代正式合规审批.

Archived SourceRecently Updated
Automation

klaviyo

Klaviyo API integration with managed OAuth. Access profiles, lists, segments, campaigns, flows, events, metrics, templates, catalogs, and webhooks. Use this skill when users want to manage email marketing, customer data, or integrate with Klaviyo workflows. For other third party apps, use the api-gateway skill (https://clawhub.ai/byungkyu/api-gateway).

Archived SourceRecently Updated
Automation

lifelog

生活记录自动化系统。自动识别消息中的日期(今天/昨天/前天/具体日期),使用 SubAgent 智能判断,记录到 Notion 对应日期,支持补录标记。 适用于:(1) 用户分享日常生活点滴时自动记录;(2) 定时自动汇总分析并填充情绪、事件、位置、人员字段

Archived SourceRecently Updated