Returns the current user
ApiResponse
interface ApiResponse { _: 'getMe' | 'error' airgram: Airgram request: { method: 'getMe' } response: UserUnion | Error setState: (nextState: Record<string, unknown>) => void getState: () => Record<string, unknown> }