appleGun22
Results
1
comments of
appleGun22
to get updates from channels use ` u := tgbotapi.NewUpdate(0) u.AllowedUpdates = []string{"channel_post"} ` to access the messages in your for loop use `update.ChannelPost`