namespace TelegramCore; table TelegramPeerUsername { flags:int32 (id: 0); username:string (id: 1, required); } root_type TelegramPeerUsername;