teleproto - v1.229.0
    Preparing search index...

    Interface MessagesCreateForumTopicParams

    interface MessagesCreateForumTopicParams {
        iconColor?: number;
        iconEmojiId?: BigInteger;
        peer: EntityLike;
        randomId?: BigInteger;
        sendAs?: EntityLike;
        title: string;
        titleMissing?: boolean;
    }
    Index
    iconColor?: number
    iconEmojiId?: BigInteger
    peer: EntityLike
    randomId?: BigInteger
    sendAs?: EntityLike
    title: string
    titleMissing?: boolean