moons-ta-client
    Preparing search index...

    Interface Channel

    from protobuf message proto.discord.Channel

    interface Channel {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    from protobuf field: string id = 1;

    name: string

    from protobuf field: string name = 2;