()
| 144 | |
| 145 | @pytest.fixture(scope="module") |
| 146 | def chat_permissions(): |
| 147 | return ChatPermissions(can_send_messages=False, can_change_info=False, can_invite_users=False) |
| 148 | |
| 149 | |
| 150 | def inline_results_callback(page=None): |
nothing calls this directly
no test coverage detected
searching dependent graphs…