Skip to content

GramIO API Reference / gramio/dist / ApproveSuggestedPostParams

Interface: ApproveSuggestedPostParams

Defined in: @gramio/types/out/params.d.ts:3549

Params object for approveSuggestedPost method

Properties

PropertyTypeDescriptionDefined in
chat_idnumberUnique identifier for the target direct messages chat@gramio/types/out/params.d.ts:3553
message_idnumberIdentifier of a suggested post message to approve@gramio/types/out/params.d.ts:3557
send_date?numberPoint in time (Unix timestamp) when the post is expected to be published; omit if the date has already been specified when the suggested post was created. If specified, then the date must be not more than 2678400 seconds (30 days) in the future@gramio/types/out/params.d.ts:3561