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

9 uses

	github.com/gotd/td/tg (current package)
		tl_messages_start_bot_gen.go#L56: const MessagesStartBotRequestTypeID = 0xe6df7378
		tl_messages_start_bot_gen.go#L112: 	return MessagesStartBotRequestTypeID
		tl_messages_start_bot_gen.go#L124: 		ID:   MessagesStartBotRequestTypeID,
		tl_messages_start_bot_gen.go#L156: 	b.PutID(MessagesStartBotRequestTypeID)
		tl_messages_start_bot_gen.go#L187: 	if err := b.ConsumeID(MessagesStartBotRequestTypeID); err != nil {
		tl_registry_gen.go#L1432: 		MessagesStartBotRequestTypeID:                                           "messages.startBot#e6df7378",
		tl_registry_gen.go#L3214: 		"messages.startBot":                                                 MessagesStartBotRequestTypeID,
		tl_registry_gen.go#L4996: 		MessagesStartBotRequestTypeID:                                           func() bin.Object { return &MessagesStartBotRequest{} },
		tl_server_gen.go#L3483: 	s.handlers[MessagesStartBotRequestTypeID] = handler