| Contact | Donate | Imprint |
| Channel | ChannelModule | YouTubeCom |
| Property | Type | Entity | Reference | Module |
| (1) AvatarUrl | STRING | Channel | ||
| (2) BannerImageUrl | STRING | Channel | ||
| (3) Country | STRING | Channel | ||
| (4) CreatedAt | DATE | Channel | ||
| (5) CustomUrl | STRING | Channel | ||
| (6) Description | STRING | Channel | ||
| (7) Handle | STRING | Channel | ||
| (8) IsVerified | BOOL | Channel | ||
| (9) Language | STRING | Channel | ||
| (10) Name | STRING | Channel | ||
| (11) OwnerUser | LONG | Channel | User | UserModule |
| (12) Status | STRING | Channel | ||
| (13) UpdatedAt | DATE | Channel |
Example:
final Channel channel = (Channel) invokeModule(CHANNEL_MODULE + "/channel/" + id, Channel.class);| Contact | Donate | Imprint |