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
{{ message }}
This repository was archived by the owner on Dec 23, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.yml
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ body:
4
4
- type: checkboxes
5
5
attributes:
6
6
label: Checklist
7
+
description: Invalid, incomplete or inadequate issue reports may not be taken into consideration
7
8
options:
8
9
- label: I am sure the error is coming from Pyrogram's code and not elsewhere
9
10
required: true
@@ -34,7 +35,7 @@ body:
34
35
- type: textarea
35
36
attributes:
36
37
label: Code example
37
-
description: Provide a [minimal, reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted example (if applicable)
38
+
description: Provide a [minimal, complete, consistently reproducible](https://stackoverflow.com/help/minimal-reproducible-example) and properly formatted example involving normal usages (if applicable)
Copy file name to clipboardExpand all lines: compiler/errors/source/403_FORBIDDEN.tsv
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,7 @@ INLINE_BOT_REQUIRED The action must be performed through an inline bot callback
15
15
MESSAGE_AUTHOR_REQUIRED You are not the author of this message
16
16
MESSAGE_DELETE_FORBIDDEN You don't have rights to delete messages in this chat, most likely because you are not the author of them
17
17
POLL_VOTE_REQUIRED Cast a vote in the poll before calling this method
18
+
PREMIUM_ACCOUNT_REQUIRED This action requires a premium account
18
19
RIGHT_FORBIDDEN You don't have enough rights for this action, or you tried to set one or more admin rights that can't be applied to this kind of chat (channel or supergroup)
19
20
SENSITIVE_CHANGE_FORBIDDEN Your sensitive content settings can't be changed at this time
20
21
TAKEOUT_REQUIRED The method must be invoked inside a takeout session
@@ -24,5 +25,4 @@ USER_INVALID The provided user is invalid
24
25
USER_IS_BLOCKED The user is blocked
25
26
USER_NOT_MUTUAL_CONTACT The provided user is not a mutual contact
26
27
USER_PRIVACY_RESTRICTED The user's privacy settings is preventing you to perform this action
27
-
USER_RESTRICTED You are limited/restricted. You can't perform this action
28
-
PREMIUM_ACCOUNT_REQUIRED This action requires a premium account
28
+
USER_RESTRICTED You are limited/restricted. You can't perform this action
0 commit comments