Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selects component #954

Merged
merged 40 commits into from Aug 9, 2021
Merged

Commits on Jul 30, 2021

  1. Interactions: the Buttons (bwmarrin#933)

    * Interactions: buttons
    
    * Doc fix
    
    * Gofmt fix
    
    * Fix typo
    
    * Remaking interaction data into interface
    
    * Godoc fix
    
    * Gofmt fix
    
    * Godoc fix
    
    * InteractionData helper functions and some fixes in slash commands example
    
    * Fix components example
    
    * Yet another fix of components example
    
    * Fix interaction unmarshaling
    
    * Gofmt fix
    
    * Godoc fix
    
    * Gofmt fix
    
    * Corrected naming and docs
    
    * Rolled back API version
    
    * Requested fixes
    
    * Added support of components to webhook and regular messages
    
    * Fix components unmarshaling
    
    * Godoc fix
    
    * Requested fixes
    
    * Fixed unmarshaling issues
    
    * Components example: cleanup
    
    * Added components tracking to state
    
    * Requested fixes
    
    * Renaming fix
    
    * Remove more named returns
    
    * Minor English fixes
    
    Co-authored-by: Carson Hoffman <c@rsonhoffman.com>
    FedorLap2006 and CarsonHoffman committed Jul 30, 2021
    Copy the full SHA
    8c70cbf View commit details
    Browse the repository at this point in the history
  2. Doc fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    6e7c007 View commit details
    Browse the repository at this point in the history
  3. Gofmt fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    4979e3c View commit details
    Browse the repository at this point in the history
  4. Fix typo

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    05b6b55 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8738313 View commit details
    Browse the repository at this point in the history
  6. Godoc fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    59bc781 View commit details
    Browse the repository at this point in the history
  7. Gofmt fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    8299946 View commit details
    Browse the repository at this point in the history
  8. Godoc fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    64e23e0 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    b51ca56 View commit details
    Browse the repository at this point in the history
  10. Fix components example

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    2153119 View commit details
    Browse the repository at this point in the history
  11. Copy the full SHA
    274b9ec View commit details
    Browse the repository at this point in the history
  12. Copy the full SHA
    c2751aa View commit details
    Browse the repository at this point in the history
  13. Godoc fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    641b43d View commit details
    Browse the repository at this point in the history
  14. Gofmt fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    b54bdb4 View commit details
    Browse the repository at this point in the history
  15. Copy the full SHA
    81384d5 View commit details
    Browse the repository at this point in the history
  16. Rolled back API version

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    5cb816c View commit details
    Browse the repository at this point in the history
  17. Requested fixes

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    5b150bd View commit details
    Browse the repository at this point in the history
  18. Copy the full SHA
    c0d6117 View commit details
    Browse the repository at this point in the history
  19. Copy the full SHA
    9bd0fe8 View commit details
    Browse the repository at this point in the history
  20. Example fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    789aa19 View commit details
    Browse the repository at this point in the history
  21. Merge fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    91f8d0a View commit details
    Browse the repository at this point in the history
  22. Some fixes

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    462151e View commit details
    Browse the repository at this point in the history
  23. Copy the full SHA
    2ed8862 View commit details
    Browse the repository at this point in the history
  24. Copy the full SHA
    515f1c9 View commit details
    Browse the repository at this point in the history
  25. Godoc fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    c4079fe View commit details
    Browse the repository at this point in the history
  26. Requested fixes

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    fd4ad15 View commit details
    Browse the repository at this point in the history
  27. Copy the full SHA
    fec9fdf View commit details
    Browse the repository at this point in the history
  28. Copy the full SHA
    9ba0bf7 View commit details
    Browse the repository at this point in the history
  29. Gofmt fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    8c0d715 View commit details
    Browse the repository at this point in the history
  30. Godoc fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    0949c93 View commit details
    Browse the repository at this point in the history
  31. URL field renaming fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    d0a2096 View commit details
    Browse the repository at this point in the history
  32. Added flags to followups

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    9b0225f View commit details
    Browse the repository at this point in the history
  33. Copy the full SHA
    bdb76ad View commit details
    Browse the repository at this point in the history
  34. Copy the full SHA
    213ca67 View commit details
    Browse the repository at this point in the history
  35. Merge fix

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    464cb59 View commit details
    Browse the repository at this point in the history
  36. Copy the full SHA
    6450f39 View commit details
    Browse the repository at this point in the history
  37. support allowing webhook edits with files, and responding to interact…

    …ions with files (bwmarrin#931)
    
    * allow files in webhook message edits
    
    * add Files to WebhookEdit struct
    
    * move the construction of the multipart body for files into a shared function
    
    * allow  interaction responses to have files
    
    * go fmt
    
    * fix err shadowing
    
    * document MakeFilesBody
    
    * rename MakeFilesBody -> EncodeWithFiles. fix InteractionRespond responding twice
    
    * use resp in InteractionRespond files, add basic-command-with-files example command
    
    * import strings and go fmt
    
    * EncodeWithFiles -> MultiPartBodyWithJSON
    
    * go fmt
    
    * fix example for slash_commands
    
    * move files to responsedata
    plally authored and FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    c6f37ad View commit details
    Browse the repository at this point in the history
  38. Copy the full SHA
    4ff812c View commit details
    Browse the repository at this point in the history
  39. Merge fixes

    FedorLap2006 committed Jul 30, 2021
    Copy the full SHA
    d44abc7 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Copy the full SHA
    072a9ff View commit details
    Browse the repository at this point in the history