You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Allows the bot to cancel or re-enable extension of a subscription paid in Telegram Stars.
1262
+
/// </summary>
1263
+
/// <param name="editUserStarSubscription">Details for the subscription update</param>
1264
+
/// <param name="cancellationToken">Propagates notification that operations should be canceled.</param>
1265
+
/// <returns>Returns True on success.</returns>
1266
+
Task<bool>EditUserStarSubscription(
1267
+
EditUserStarSubscriptioneditUserStarSubscription,
1268
+
CancellationTokencancellationToken=default);
1269
+
1270
+
/// <summary>
1271
+
/// Changes the emoji status for a given user that previously allowed the bot to manage their emoji status via the Mini App method requestEmojiStatusAccess
1272
+
/// </summary>
1273
+
/// <param name="setUserEmojiStatus">Status to set for the user</param>
1274
+
/// <param name="cancellationToken">Propagates notification that operations should be canceled.</param>
0 commit comments