const github.com/gotd/td/tg.InputMediaStoryTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_input_media_gen.go#L4065: const InputMediaStoryTypeID = 0x89fdd778
tl_input_media_gen.go#L4116: return InputMediaStoryTypeID
tl_input_media_gen.go#L4128: ID: InputMediaStoryTypeID,
tl_input_media_gen.go#L4152: b.PutID(InputMediaStoryTypeID)
tl_input_media_gen.go#L4176: if err := b.ConsumeID(InputMediaStoryTypeID); err != nil {
tl_input_media_gen.go#L4649: case InputMediaStoryTypeID:
tl_registry_gen.go#L74: InputMediaStoryTypeID: "inputMediaStory#89fdd778",
tl_registry_gen.go#L1856: "inputMediaStory": InputMediaStoryTypeID,
tl_registry_gen.go#L3638: InputMediaStoryTypeID: func() bin.Object { return &InputMediaStory{} },
tl_registry_gen.go#L5865: InputMediaStoryTypeID,
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. |