func github.com/gotd/td/tg.DecodeReaction
19 uses
github.com/gotd/td/tg (current package)
tl_chat_reactions_gen.go#L439: value, err := DecodeReaction(b)
tl_config_gen.go#L1210: value, err := DecodeReaction(b)
tl_media_area_gen.go#L910: value, err := DecodeReaction(b)
tl_message_peer_reaction_gen.go#L274: value, err := DecodeReaction(b)
tl_messages_get_message_reactions_list_gen.go#L272: value, err := DecodeReaction(b)
tl_messages_reactions_gen.go#L299: value, err := DecodeReaction(b)
tl_messages_send_reaction_gen.go#L279: value, err := DecodeReaction(b)
tl_messages_set_default_reaction_gen.go#L156: value, err := DecodeReaction(b)
tl_reaction_count_gen.go#L216: value, err := DecodeReaction(b)
tl_reaction_gen.go#L451: func DecodeReaction(buf *bin.Buffer) (ReactionClass, error) {
tl_reaction_gen.go#L493: v, err := DecodeReaction(buf)
tl_stories_get_story_reactions_list_gen.go#L274: value, err := DecodeReaction(b)
tl_stories_send_reaction_gen.go#L235: value, err := DecodeReaction(b)
tl_story_item_gen.go#L1065: value, err := DecodeReaction(b)
tl_story_reaction_gen.go#L199: value, err := DecodeReaction(b)
tl_story_view_gen.go#L269: value, err := DecodeReaction(b)
tl_update_gen.go#L23507: value, err := DecodeReaction(b)
tl_update_gen.go#L24423: value, err := DecodeReaction(b)
tl_update_gen.go#L24440: value, err := DecodeReaction(b)
|
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. |