type github.com/gotd/td/tg.AvailableReaction
45 uses
github.com/gotd/td/tg (current package)
tl_available_reaction_gen.go#L38: type AvailableReaction struct {
tl_available_reaction_gen.go#L80: _ bin.Encoder = &AvailableReaction{}
tl_available_reaction_gen.go#L81: _ bin.Decoder = &AvailableReaction{}
tl_available_reaction_gen.go#L82: _ bin.BareEncoder = &AvailableReaction{}
tl_available_reaction_gen.go#L83: _ bin.BareDecoder = &AvailableReaction{}
tl_available_reaction_gen.go#L86: func (a *AvailableReaction) Zero() bool {
tl_available_reaction_gen.go#L131: func (a *AvailableReaction) String() string {
tl_available_reaction_gen.go#L135: type Alias AvailableReaction
tl_available_reaction_gen.go#L140: func (a *AvailableReaction) FillFrom(from interface {
tl_available_reaction_gen.go#L175: func (*AvailableReaction) TypeID() uint32 {
tl_available_reaction_gen.go#L180: func (*AvailableReaction) TypeName() string {
tl_available_reaction_gen.go#L185: func (a *AvailableReaction) TypeInfo() tdp.Type {
tl_available_reaction_gen.go#L248: func (a *AvailableReaction) SetFlags() {
tl_available_reaction_gen.go#L264: func (a *AvailableReaction) Encode(b *bin.Buffer) error {
tl_available_reaction_gen.go#L273: func (a *AvailableReaction) EncodeBare(b *bin.Buffer) error {
tl_available_reaction_gen.go#L333: func (a *AvailableReaction) Decode(b *bin.Buffer) error {
tl_available_reaction_gen.go#L344: func (a *AvailableReaction) DecodeBare(b *bin.Buffer) error {
tl_available_reaction_gen.go#L422: func (a *AvailableReaction) SetInactive(value bool) {
tl_available_reaction_gen.go#L433: func (a *AvailableReaction) GetInactive() (value bool) {
tl_available_reaction_gen.go#L441: func (a *AvailableReaction) SetPremium(value bool) {
tl_available_reaction_gen.go#L452: func (a *AvailableReaction) GetPremium() (value bool) {
tl_available_reaction_gen.go#L460: func (a *AvailableReaction) GetReaction() (value string) {
tl_available_reaction_gen.go#L468: func (a *AvailableReaction) GetTitle() (value string) {
tl_available_reaction_gen.go#L476: func (a *AvailableReaction) GetStaticIcon() (value DocumentClass) {
tl_available_reaction_gen.go#L484: func (a *AvailableReaction) GetAppearAnimation() (value DocumentClass) {
tl_available_reaction_gen.go#L492: func (a *AvailableReaction) GetSelectAnimation() (value DocumentClass) {
tl_available_reaction_gen.go#L500: func (a *AvailableReaction) GetActivateAnimation() (value DocumentClass) {
tl_available_reaction_gen.go#L508: func (a *AvailableReaction) GetEffectAnimation() (value DocumentClass) {
tl_available_reaction_gen.go#L516: func (a *AvailableReaction) SetAroundAnimation(value DocumentClass) {
tl_available_reaction_gen.go#L523: func (a *AvailableReaction) GetAroundAnimation() (value DocumentClass, ok bool) {
tl_available_reaction_gen.go#L534: func (a *AvailableReaction) SetCenterIcon(value DocumentClass) {
tl_available_reaction_gen.go#L541: func (a *AvailableReaction) GetCenterIcon() (value DocumentClass, ok bool) {
tl_available_reaction_gen.go#L552: func (a *AvailableReaction) GetStaticIconAsNotEmpty() (*Document, bool) {
tl_available_reaction_gen.go#L557: func (a *AvailableReaction) GetAppearAnimationAsNotEmpty() (*Document, bool) {
tl_available_reaction_gen.go#L562: func (a *AvailableReaction) GetSelectAnimationAsNotEmpty() (*Document, bool) {
tl_available_reaction_gen.go#L567: func (a *AvailableReaction) GetActivateAnimationAsNotEmpty() (*Document, bool) {
tl_available_reaction_gen.go#L572: func (a *AvailableReaction) GetEffectAnimationAsNotEmpty() (*Document, bool) {
tl_available_reaction_gen.go#L578: func (a *AvailableReaction) GetAroundAnimationAsNotEmpty() (*Document, bool) {
tl_available_reaction_gen.go#L587: func (a *AvailableReaction) GetCenterIconAsNotEmpty() (*Document, bool) {
tl_messages_available_reactions_gen.go#L153: Reactions []AvailableReaction
tl_messages_available_reactions_gen.go#L198: GetReactions() (value []AvailableReaction)
tl_messages_available_reactions_gen.go#L293: a.Reactions = make([]AvailableReaction, 0, headerLen%bin.PreallocateLimit)
tl_messages_available_reactions_gen.go#L296: var value AvailableReaction
tl_messages_available_reactions_gen.go#L315: func (a *MessagesAvailableReactions) GetReactions() (value []AvailableReaction) {
tl_registry_gen.go#L4640: AvailableReactionTypeID: func() bin.Object { return &AvailableReaction{} },
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |