使用Telegram Bot C#在我的频道中搜索文件

时间:2017-09-14 16:41:22

标签: c# telegram-bot

假设我有一个电报管理员,它是一个频道的管理员。有什么方法可以用它的名字搜索音乐文件吗?

2 个答案:

答案 0 :(得分:0)

不幸的是,您现在可以通过bot执行此操作,但您可以将其建议@BotSupport。 :(

您可以考虑使用Telegram dorsn来获取消息列表,甚至是单个消息,因此您需要将所有有用的更新记录到您自己的数据库中。

答案 1 :(得分:0)

You can't search on your group with Telegram bot, but you can revise and save file from group and then search on your database. A Telegram bot is not allowed to search on group. Its not possible.

2017年10月11日 Bot API 3.4。

  • Bots现在可以发送和接收实时位置。添加了新字段 live_period到sendLocation方法和 editMessageLiveLocation和stopMessageLiveLocation方法也是如此 作为内联机器人的必要对象。机器人可以使用新的 setChatStickerSet和deleteChatStickerSet方法来管理组 贴纸集。 getChat请求现在返回组的贴纸集 对于超级组(如果可用)。机器人现在从媒体接收实体 消息中新字段caption_entities中的标题。

2017年8月23日 Bot API 3.3。

  • Bots现在可以通过内联提及来提及用户,而无需使用 用户名。 getChat现在还返回超组中的固定消息, 如果存在的话将新字段pinned_message添加到Chat对象。 将新字段author_signature和forward_signature添加到 消息对象。将新字段is_bot添加到User对象。

2017年7月21日

  • Bot API 3.2。教你的机器人处理贴纸和贴纸。
  • 添加了使用贴纸的新方法:getStickerSet, uploadStickerFile,createNewStickerSet,addStickerToSet, setStickerPositionInSet和deleteStickerFromSet。添加了字段 set_name和mask_position到Sticker对象,加上两个新对象 objects,StickerSet和MaskPosition。

2017年6月30日 Bot API 3.1。使用这些管理机器人的新方法建立自己的机器人警察部队以获得超级战斗:

  • 添加了新方法restrictChatMember和promoteChatMember进行管理 用户和管理员,将新参数until_date添加到kickChatMember 暂时禁令。添加了新方法exportChatInviteLink, setChatPhoto,deleteChatPhoto,setChatTitle,setChatDescription, pinChatMessage和unpinChatMessage来管理组和通道。 在聊天中添加了新字段photo,description和invite_link 宾语。添加了新字段until_date,can_be_edited, can_change_info,can_post_messages,can_edit_messages, can_delete_messages,can_invite_users,can_restrict_members, can_pin_messages,can_promote_members,can_send_messages, can_send_media_messages,can_send_other_messages和 can_add_web_page_previews to