for geo groups
ttl_period=42 ?
time to live of messages that are sent in it
is it possible to create a channel already with @username or do you need to create and then change it using UpdateUsernameRequest ?
think it needs to be done after creation
I will use the UpdateUsernameRequest method and then what I need will be written in channel='username', if in fact it does not exist...
https://docs.telethon.dev/en/stable/concepts/entities.html
itschannel = await client(functions.channels.CreateChannelRequest( title=namechannel, about=biochannel, )) chanelentity = await client.get_entity(itschannel)
Обсуждают сегодня