Class TelegramChannel


  • public final class TelegramChannel
    extends Channel
    Telegram channel definition.
    • Constructor Detail

      • TelegramChannel

        public TelegramChannel()
    • Method Detail

      • properties

        public TelegramChannelProperties properties()
        Get the properties property: The set of properties specific to Telegram channel resource.
        Returns:
        the properties value.
      • withProperties

        public TelegramChannel withProperties​(TelegramChannelProperties properties)
        Set the properties property: The set of properties specific to Telegram channel resource.
        Parameters:
        properties - the properties value to set.
        Returns:
        the TelegramChannel object itself.
      • withEtag

        public TelegramChannel withEtag​(String etag)
        Set the etag property: Entity Tag of the resource.
        Overrides:
        withEtag in class Channel
        Parameters:
        etag - the etag value to set.
        Returns:
        the Channel object itself.
      • withLocation

        public TelegramChannel withLocation​(String location)
        Set the location property: Specifies the location of the resource.
        Overrides:
        withLocation in class Channel
        Parameters:
        location - the location value to set.
        Returns:
        the Channel object itself.