const github.com/gotd/td/tg.RecentMeURLChatInviteTypeID
10 uses
github.com/gotd/td/tg (current package)
tl_recent_me_url_gen.go#L505: const RecentMeURLChatInviteTypeID = 0xeb49081d
tl_recent_me_url_gen.go#L556: return RecentMeURLChatInviteTypeID
tl_recent_me_url_gen.go#L568: ID: RecentMeURLChatInviteTypeID,
tl_recent_me_url_gen.go#L592: b.PutID(RecentMeURLChatInviteTypeID)
tl_recent_me_url_gen.go#L616: if err := b.ConsumeID(RecentMeURLChatInviteTypeID); err != nil {
tl_recent_me_url_gen.go#L898: case RecentMeURLChatInviteTypeID:
tl_registry_gen.go#L844: RecentMeURLChatInviteTypeID: "recentMeUrlChatInvite#eb49081d",
tl_registry_gen.go#L2626: "recentMeUrlChatInvite": RecentMeURLChatInviteTypeID,
tl_registry_gen.go#L4408: RecentMeURLChatInviteTypeID: func() bin.Object { return &RecentMeURLChatInvite{} },
tl_registry_gen.go#L6360: RecentMeURLChatInviteTypeID,
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. |