Click or drag to resize

Telegram Class

Inheritance Hierarchy

Namespace: ArthaChitra.Model.Social
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
public sealed class Telegram : SocialBase

The Telegram type exposes the following members.

Constructors
 NameDescription
Public methodTelegram 
Top
Properties
 NameDescription
Public propertyApiKey 
Public propertyApiKeySerializer 
Public propertyChatId 
Public propertyDisplayName Gets the display name
(Inherited from SharpScriptBase)
Public propertyError Gets the Error string
(Inherited from ServiceBase)
Public propertyItem Gets the IDataErrorInfo error string
(Inherited from ServiceBase)
Public propertyMaxErrorCount Gets or sets the maximum error count before the object disables further query to the web/api service
(Inherited from SocialBase)
Public propertyName
(Inherited from SocialBase)
Public propertySocialType
(Overrides SocialBaseSocialType)
Public propertyState Gets the current State of the script
(Inherited from SharpScriptBase)
Public propertyTemplate
(Inherited from SocialBase)
Top
Methods
 NameDescription
Public methodConnectAsync
(Inherited from SocialBase)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsValid
(Overrides SocialBaseIsValid)
Public methodShareAsync
(Overrides SocialBaseShareAsync(String))
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
Events
 NameDescription
Public eventPropertyChanged
(Inherited from NotifyPropertyBase)
Top
See Also