const github.com/gotd/td/tg.StoriesGetChatsToSendRequestTypeID

9 uses

	github.com/gotd/td/tg (current package)
		tl_registry_gen.go#L1795: 		StoriesGetChatsToSendRequestTypeID:                                      "stories.getChatsToSend#a56a8b60",
		tl_registry_gen.go#L3577: 		"stories.getChatsToSend":                                            StoriesGetChatsToSendRequestTypeID,
		tl_registry_gen.go#L5359: 		StoriesGetChatsToSendRequestTypeID:                                      func() bin.Object { return &StoriesGetChatsToSendRequest{} },
		tl_server_gen.go#L9986: 	s.handlers[StoriesGetChatsToSendRequestTypeID] = handler
		tl_stories_get_chats_to_send_gen.go#L45: const StoriesGetChatsToSendRequestTypeID = 0xa56a8b60
		tl_stories_get_chats_to_send_gen.go#L76: 	return StoriesGetChatsToSendRequestTypeID
		tl_stories_get_chats_to_send_gen.go#L88: 		ID:   StoriesGetChatsToSendRequestTypeID,
		tl_stories_get_chats_to_send_gen.go#L103: 	b.PutID(StoriesGetChatsToSendRequestTypeID)
		tl_stories_get_chats_to_send_gen.go#L120: 	if err := b.ConsumeID(StoriesGetChatsToSendRequestTypeID); err != nil {