How can I put my account first name before question? import random import requests from telethon import TelegramClient, events, Button from telethon import functions, type...
How do I disable this code? from telethon import TelegramClient, events from random import randint from telethon.tl import types api_id = 0 api_hash = 'a' bot_token = 'a' ...