Telebot 9.4
Library for Telegram bot API
Loading...
Searching...
No Matches
Public Attributes | List of all members
telebot_giveaway_completed Struct Reference

This object represents a service message about the completion of a giveaway without public winners. More...

#include <telebot-types.h>

Public Attributes

int winner_count
 
int unclaimed_prize_count
 
struct telebot_messagegiveaway_message
 
bool is_star_giveaway
 

Detailed Description

This object represents a service message about the completion of a giveaway without public winners.

Member Data Documentation

◆ giveaway_message

struct telebot_message* telebot_giveaway_completed::giveaway_message

Optional. Message with the giveaway that was completed

◆ is_star_giveaway

bool telebot_giveaway_completed::is_star_giveaway

Optional. True, if the giveaway is a Telegram Star giveaway

◆ unclaimed_prize_count

int telebot_giveaway_completed::unclaimed_prize_count

Optional. Number of undistributed prizes

◆ winner_count

int telebot_giveaway_completed::winner_count

Number of winners in the giveaway


The documentation for this struct was generated from the following file: