type github.com/gotd/td/tg.HelpDeepLinkInfoClass
19 uses
github.com/gotd/td/tg (current package)
tl_help_deep_link_info_gen.go#L45: func (d HelpDeepLinkInfoEmpty) construct() HelpDeepLinkInfoClass { return &d }
tl_help_deep_link_info_gen.go#L54: _ HelpDeepLinkInfoClass = &HelpDeepLinkInfoEmpty{}
tl_help_deep_link_info_gen.go#L166: func (d HelpDeepLinkInfo) construct() HelpDeepLinkInfoClass { return &d }
tl_help_deep_link_info_gen.go#L175: _ HelpDeepLinkInfoClass = &HelpDeepLinkInfo{}
tl_help_deep_link_info_gen.go#L425: type HelpDeepLinkInfoClass interface {
tl_help_deep_link_info_gen.go#L430: construct() HelpDeepLinkInfoClass
tl_help_deep_link_info_gen.go#L458: func DecodeHelpDeepLinkInfo(buf *bin.Buffer) (HelpDeepLinkInfoClass, error) {
tl_help_deep_link_info_gen.go#L485: DeepLinkInfo HelpDeepLinkInfoClass
tl_help_deep_link_info_slices_gen.go#L38: type HelpDeepLinkInfoClassArray []HelpDeepLinkInfoClass
tl_help_deep_link_info_slices_gen.go#L41: func (s HelpDeepLinkInfoClassArray) Sort(less func(a, b HelpDeepLinkInfoClass) bool) HelpDeepLinkInfoClassArray {
tl_help_deep_link_info_slices_gen.go#L49: func (s HelpDeepLinkInfoClassArray) SortStable(less func(a, b HelpDeepLinkInfoClass) bool) HelpDeepLinkInfoClassArray {
tl_help_deep_link_info_slices_gen.go#L57: func (s HelpDeepLinkInfoClassArray) Retain(keep func(x HelpDeepLinkInfoClass) bool) HelpDeepLinkInfoClassArray {
tl_help_deep_link_info_slices_gen.go#L71: func (s HelpDeepLinkInfoClassArray) First() (v HelpDeepLinkInfoClass, ok bool) {
tl_help_deep_link_info_slices_gen.go#L79: func (s HelpDeepLinkInfoClassArray) Last() (v HelpDeepLinkInfoClass, ok bool) {
tl_help_deep_link_info_slices_gen.go#L87: func (s *HelpDeepLinkInfoClassArray) PopFirst() (v HelpDeepLinkInfoClass, ok bool) {
tl_help_deep_link_info_slices_gen.go#L97: var zero HelpDeepLinkInfoClass
tl_help_deep_link_info_slices_gen.go#L106: func (s *HelpDeepLinkInfoClassArray) Pop() (v HelpDeepLinkInfoClass, ok bool) {
tl_help_get_deep_link_info_gen.go#L174: func (c *Client) HelpGetDeepLinkInfo(ctx context.Context, path string) (HelpDeepLinkInfoClass, error) {
tl_server_gen.go#L6540: func (s *ServerDispatcher) OnHelpGetDeepLinkInfo(f func(ctx context.Context, path string) (HelpDeepLinkInfoClass, error)) {
|
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. |