S|
Size: a a a
S|
G
𝐃𝐊
𝐃𝐊
S|
c
c
сн
G
сн
G
сн
сн
𝐃𝐊
сн
сн
𝐃𝐊
G
from aiogram.types import ContentType
@dp.message_handler(content_types=
[ContentType.NEW_CHAT_MEMBERS
])
async def foo(msg): pass
G
from aiogram.types import ContentType
@dp.message_handler(content_types=
[ContentType.NEW_CHAT_MEMBERS
])
async def foo(msg): pass