appRequestAccept (28)

The appRequestAccept message is the positive response to an appRequest. It confirms that the user has accepted the invitation to start a Mini-App session.

Core Data Types

Payload Structure

FieldData TypeMinMaxDescription
sessionIdIxiBytes**The unique identifier from the original appRequest message, confirming which session is being accepted.
dataIxiBytes0*Optional. Application-specific data sent upon accepting the session.

Behavioral Notes

  • Trigger: This message is sent when a user accepts an incoming Mini-App request.
  • Session Activation: Upon receiving appRequestAccept, the original requester considers the session active. Both parties can now begin exchanging appData messages.