DiscordWebhook

Inherits: DiscordEntity < Reference < Object

Properties

type name
int type
int guild_id
Guild guild
int channel_id
Channel channel
int user_id
User user
String name
String avatar_hash
String token
int application_id
Guild source_guild
PartialChannel source_channel
String url

Methods

return type signature
Guild get_guild ( )
Channel get_channel ( )
User get_user ( )

Constants

  • Dictionary Type

    • INCOMING = 1

    • CHANNEL_FOLLOWER = 2

    • APPLICATION = 3

    There is currently no description for this constant.

Property Descriptions

  • int type

    There is currently no description for this property.


  • int guild_id

    There is currently no description for this property.


  • Guild guild

    method
    Getter get_guild()

    There is currently no description for this property.


  • int channel_id

    There is currently no description for this property.


  • Channel channel

    method
    Getter get_channel()

    There is currently no description for this property.


  • int user_id

    There is currently no description for this property.


  • User user

    method
    Getter get_user()

    There is currently no description for this property.


  • String name

    There is currently no description for this property.


  • String avatar_hash

    There is currently no description for this property.


  • String token

    There is currently no description for this property.


  • int application_id

    There is currently no description for this property.


  • Guild source_guild

    There is currently no description for this property.


  • PartialChannel source_channel

    There is currently no description for this property.


  • String url

    There is currently no description for this property.

Method Descriptions

  • DiscordWebhook DiscordWebhook ( Dictionary data )

    There is currently no description for this method.


  • Guild get_guild ( )

    There is currently no description for this method.


  • Channel get_channel ( )

    There is currently no description for this method.


  • User get_user ( )

    There is currently no description for this method.