Categorygithub.com/amdf/RemoteRaidBot
modulepackage
0.0.0-20210120081228-7adfe5412a05
Repository: https://github.com/amdf/remoteraidbot.git
Documentation: pkg.go.dev

# README

RemoteRaidBot is a Telegram bot for remote raids in Pokemon Go. (under development)

# Functions

GetAdminChats returns admin's chat IDs (for active raids).
GetAllChats returns all chat IDs (for active raids).
GetSubscribers returns users who wants to receive invites to new raids.
GetVotersChats returns voter's chat IDs (for active raids).
NewRaid makes new raid.

# Structs

BotMessage contains a message to send and a channel to place info about new message.
BotSender sends msgs to users with telegram bot api limits.
ChatAndMessage struct.
RaidPlayer type.

# Type aliases

Raid - Pokemon Go Raid.
User - telegram and bot user.