Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BotAPI7.4 #698

Merged
merged 1 commit into from
Aug 9, 2024
Merged

BotAPI7.4 #698

merged 1 commit into from
Aug 9, 2024

Conversation

Apolisk
Copy link
Contributor

@Apolisk Apolisk commented Jun 17, 2024

No description provided.

@demget demget added this to the v3.4 milestone Jun 25, 2024
@demget
Copy link
Collaborator

demget commented Jun 26, 2024

  • Check for fields (that are not required for Telegram Stars) presence here (
    func (i Invoice) params() map[string]string {
    )

@@ -1280,3 +1280,18 @@ func extractEndpoint(endpoint interface{}) string {
}
return ""
}

// SendStarRefund returns a successful payment in Telegram Stars.
func (b *Bot) SendStarRefund(to Recipient, chargeID string) error {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
func (b *Bot) SendStarRefund(to Recipient, chargeID string) error {
func (b *Bot) RefundStars(to Recipient, chargeID string) error {

@demget demget changed the base branch from v3 to v3.4 July 11, 2024 13:17
@demget demget merged commit a5ca447 into tucnak:v3.4 Aug 9, 2024
1 check passed
demget pushed a commit that referenced this pull request Aug 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants